Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)
SCREEN COBOL Compiler Diagnostic Messages
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual—426750-001
C-90
605
Type. Error
Cause. All items specified in either the input or output list of a TRANSFORM
statement must be the same type, all Working-Storage or all Message Section items.
606
Type. Error
Cause. The total length, in bytes, of the literals specified in a Screen Section MUST BE
clause plus 1 byte for each literal specified cannot exceed 768 bytes.
607
Type. Error
Cause. A message of VARYING1 format has a maximum length of 255 bytes.
608
Type. Error
Cause. An attempt was made to move a figurative constant other than SPACE or
SPACES to a double-byte data item.
609
Type. Error
Cause. An attempt was made to move a quoted literal string containing non-double-
byte characters to a PIC N data item.
ITEMS IN TRANSFORM LIST MUST BE ALL OF THE SAME TYPE
'MUST BE' AGGREGATE LENGTHS GREATER THAN 768 BYTE MAXIMUM
VARYING1 255-BYTE MAXIMUM LENGTH EXCEEDED
ILLEGAL FIGURATIVE CONSTANT SPECIFIED IN MOVE TO DBCS ITEM
QUOTED LITERAL STRING CONTAINS NON-DBCS IN MOVE TO DBCS ITEM