Pathway/iTS SCUP Reference Manual
Table Of Contents

SCUP Messages
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
A-10
Converter Messages
Cause. An attempt was made to convert a program unit that had been compiled with a
C20 or earlier version of the SCREEN COBOL compiler.
Effect. The conversion fails.
Recovery. Compile the SCREEN COBOL source using a compiler whose version is
C30 or later, then reconvert the application.
Cause. The converter could not purge the old copy of the specified file because of the
file-system error indicated.
Effect. The conversion fails.
Recovery. Refer to the description of the file-system error in the Guardian Procedure
Errors and Messages Manual and take corrective action as specified. Restart the
conversion.
Cause. The converter could not allocate an extended segment. errnum indicates the
file-system error that occured during the SEGMENT_ALLOCATE_ call.
Effect. The CONVERT command fails.
Recovery. Refer to the description of the file-system error or sequental I/O error in the
Guardian Procedure Errors and Messages Manual and take corrective action as
specified. Then restart the conversion.
Cause. One of the following two situations occurred:
•
A file-system error or sequential I/O error (identified by errnum) occurred while the
converter was creating the HTML source file specified by html-file-name.
•
If errnum is blank, the current program file contained more than 10,000 screens.
Effect. The conversion fails.
Recovery. Recovery depends on the presence or absence of an errnum value in the
message:
Error - Program unit compiled with pre C20 version compiler
Error - Purge error for the file file-name (errnum)
Error - Unable to allocate flat segment (errnum)
Error - Unable to create HTML file html-file-name (errnum)