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 Manual426750-001
C-43
275
Type. Error
Cause. The screen item must not have a PROMPT clause specified.
276
Type. Error
Cause. The screen item must not have a FIELD-SEPARATOR clause specified. This
clause can be specified only for an 01 screen level item.
277
Type. Error
Cause. The screen item must not have a GROUP-SEPARATOR clause specified. This
clause can be specified only for an 01 screen level item.
278
Type. Error
Cause. The screen item must not have an ABORT-INPUT clause specified. This
clause can be specified only for an 01 screen level item.
279
Type. Error
Cause. The screen item must not have an END-OF-INPUT clause specified. This
clause can be specified only for an 01 screen level item.
THIS SCREEN ITEM MUST NOT HAVE PROMPT FIELD SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE FIELD-SEPARATOR CHARACTER
SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE GROUP-SEPARATOR CHARACTER
SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE ABORT-INPUT CHARACTERS
SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE END-OF-INPUT CHARACTERS
SPECIFIED