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-92
616
Type. Error
Cause. In a set of yield groups belonging to any one SEND statement the yield group
containing OTHER must be last.
617
Type. Error
Cause. There is more than one OTHER in a SEND statement.
618
Type. Error
Cause. This ACCEPT statement is missing a clause such as FROM, TO, and so on.
619
Type. Error
Cause. Block mode programs cannot use the PROMPT clause.
620
Type. Error
Cause. Each yield group can have at most 255 reply codes.
'CODE OTHER' MUST BE LAST STMT IN REPLY CODE LIST OF SEND
THERE CAN ONLY BE ONE 'CODE OTHER' IN A SEND CLAUSE
THERE IS AN ERROR IN THIS ACCEPT STATEMENT
A PROMPT IS NOT ALLOWED IN BLOCK MODE
THE MAXIMUM NUMBER OF REPLY CODES PER YIELD GROUP IS 255