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-37
229
Type. Error
Cause. The screen item must have a FROM or USING clause specified with an
associated data item.
230
Type. Error
Cause. The screen item must have a TO or USING clause specified with an associated
data item.
231
Type. Error
Cause. The screen item must have a SHADOWED clause specified with an associated
data item.
232
Type. Error
Cause. Input fields, output fields, and input-output fields must have a PICTURE clause.
233
Type. Error
Cause. Literal fields must have an initial value.
THIS SCREEN ITEM MUST HAVE FROM (OR USING) DATA ITEM
THIS SCREEN ITEM MUST HAVE TO (OR USING) DATA ITEM
THIS SCREEN ITEM MUST HAVE SHADOW DATA ITEM SPECIFIED
THIS SCREEN ITEM MUST HAVE PICTURE SPECIFICATION
THIS SCREEN ITEM MUST HAVE INITIAL VALUE