COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-66
Message List
337 (Warning)
Cause. The size of the PROMPT phrase operand exceeds the maximum record size
for the file. (The excess characters will not appear in the prompt.)
338 (Error)
Cause. One of:
•
The record descriptions of the file referenced in this statement require that the
INTO phrase operand be alphanumeric, and it is not.
•
The record descriptions of the file referenced in this statement prohibit specification
of the INTO phrase.
339 (Warning)
Cause. The value of the INTO phrase operand is assigned according to the rules for a
group move; thus, no editing operations occur.
340 (Error)
Cause. The description of the table operand in a SEARCH statement has an
OCCURS clause that does not include the INDEXED phrase.
341 (Error)
Cause. The description of the table operand in a SEARCH ALL statement has an
OCCURS clause with no KEY phrases.
342 (Error)
Cause. The VARYING phrase is appears in a SEARCH ALL statement.
PROMPT data item exceeds record size
Operands not compatible for INTO assignment
No editing occurs for INTO assignment
Expected table item with index-names
Expected table item with keys
VARYING phrase not permitted with ALL