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-62
381
Type. Error
Cause. An attempt was made to define a data item with a PIC N in the Message
Section.
382
Type. Error
Cause. An attempt was made to define a PIC N data item without specifying the clause
CHARACTER-SET IS KANJI-KATAKANA in the Environment Division.
383
Type. Error
Cause. Data items or screen items defined as PIC N and having the VALUE attribute
must use a valid double-byte character.
384
Type. Error
Cause. A screen item defined as an advisory field cannot reference a data item that is
declared as a PIC N.
385
Type. Error
Cause. A screen item defined as PIC N and that uses the FILL attribute must use a valid
double-byte character as the fill character.
PIC N NOT SUPPORTED IN MESSAGE
PIC N NOT ALLOWED UNLESS 'CHARACTER-SET IS KANJI-KATAKANA'
DATA/SCREEN ITEM VALUE (PIC N) IS NOT A VALID DBCS
SCREEN ITEM DECLARED AS ADVISORY CANNOT REFERENCE PIC N DATA
ITEM
SCREEN ITEM FILL CHARACTER (PIC N) IS NOT A VALID DBCS