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-57
355
Type. Error
Cause. An OCCURS clause includes a column number greater than the number of
columns in the size of the screen. For example, if a screen is defined as SIZE 20, 80, an
OCCURS IN 82 COLUMNS generates this message.
356
Type. Error
Cause. An OCCURS clause includes a line number greater than the number of lines in
the size of the screen. For example, if a screen is defined as SIZE 20, 80, an OCCURS
IN 24 LINES generates this message.
357
Type. Error
Cause. The length of the data item specified in the LENGTH clause is too short or long
for the length indicated by the PICTURE clause. Correct either the LENGTH or
PICTURE clause so that they specify compatible lengths.
358
Type. Error
Cause. A field in the Message Section must be described with a TO, FROM,or USING
clause that names a data item in Working-Storage.
359
Type. Error
Cause. A field in the Message Section must be described with a PICTURE clause.
TOO MANY COLUMN OCCURRENCES SPECIFIED FOR SCREEN FIELD
TOO MANY LINE OCCURRENCES SPECIFIED FOR SCREEN FIELD
LENGTH CLAUSE NOT VALID FOR SCREEN FIELD PICTURE
THIS MESSAGE ITEM MUST HAVE TO, FROM, OR USING DATA ITEM
THIS MESSAGE ITEM MUST HAVE PICTURE SPECIFICATION