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-55
346
Type. Warning
Cause. The character set specified is not valid for the terminal. The character set
specification is ignored.
347
Type. Error
Cause. The message applies to one of the following conditions:
The screen item named in the PROMPT clause and the definition of the screen field
must be in the same screen.
The screen item must be a field.
The screen item cannot be an overlay, a group, or a filler item.
348
Type. Error
Cause. The screen item named in the PROMPT clause cannot refer to the screen item
containing the PROMPT clause. A screen field cannot be prompted by itself.
349
Type. Error
Cause. If the screen item named in the PROMPT clause has an associated Working-
Storage data item, the screen item must have a FROM or USING clause. A TO clause
generates this error.
CHARACTER SET NOT VALID FOR THIS TERMINAL TYPE
PROMPT SCREEN ITEM MUST BE A FIELD IN SAME SCREEN
PROMPT SCREEN ITEM MUST NOT BE THE CURRENT ITEM
PROMPT SCREEN ITEM MUST HAVE A FROM (OR USING) DATA ITEM