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-40
257
Type. Error
Cause. The SIZE clause is allowed only at the 01 level or for overlay area items.
258
Type. Error
Cause. AREA can be specified only for overlay areas. This item either has conflicting
clauses or subordinate items (is a group).
259
Type. Error
Cause. The screen item must not have an associated screen location. The AT clause is
allowed only for screen groups and fields.
260
Type. Error
Cause. The screen item must not redefine another screen item. The REDEFINES
clause is allowed only for elementary screen fields.
261
Type. Error
Cause. Only output fields and input-output fields can have FROM or USING clauses.
THIS SCREEN ITEM MUST NOT HAVE SIZE SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE 'AREA' SPECIFICATION
THIS SCREEN ITEM MUST NOT HAVE LOCATION ('AT') SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE LOCATION ('REDEFINES')
SPECIFIED
THIS SCREEN ITEM MUST NOT HAVE FROM (OR USING) DATA ITEM