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-36
223
Type. Error
Cause. The screen item must have a BASE clause specified.
224
Type. Error
Cause. The screen item must have an OVERLAY clause specified.
225
Type. Error
Cause. Overlay areas must have a SIZE clause.
226
Type. Error
Cause. Overlay areas must have an AREA clause.
227
Type. Error
Cause. All screen items must have allocation specified. Screen fields can use either the
AT clause or the REDEFINES clause or both.
228
Type. Error
Cause. All screen items must have a location specified. Screen fields can use either the
AT clause or the REDEFINES clause or both.
THIS SCREEN ITEM MUST HAVE BASE SPECIFICATION
THIS SCREEN ITEM MUST HAVE 'OVERLAY' SPECIFICATION
THIS SCREEN ITEM MUST HAVE SIZE SPECIFIED
THIS SCREEN ITEM MUST HAVE 'AREA' SPECIFICATION
THIS SCREEN ITEM MUST HAVE LOCATION ('AT') SPECIFIED
THIS SCREEN ITEM MUST HAVE LOCATION ('REDEFINES') SPECIFIED