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-41
262
Type. Error
Cause. Only input fields and input-output fields can have TO or USING clauses.
263
Type. Error
Cause. SHADOWED clauses are allowed only for input, output, or input-output fields.
264
Type. Error
Cause. PICTURE clauses are allowed only for input, output, or input-output fields.
265
Type. Error
Cause. VALUE clauses are allowed only for input, output, input-output, or literal fields.
266
Type. Error
Cause. FILL clauses are allowed only for input, output, or input-output fields.
267
Type. Error
Cause. OCCURS clauses are allowed only for input, output, or input-output fields.
THIS SCREEN ITEM MUST NOT HAVE TO (OR USING) DATA ITEM
THIS SCREEN ITEM MUST NOT HAVE SHADOW DATA ITEM SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE PICTURE SPECIFICATION
THIS SCREEN ITEM MUST NOT HAVE INITIAL VALUE
THIS SCREEN ITEM MUST NOT HAVE FILL CHARACTER SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE OCCURS SPECIFICATION