Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Client Error Messages
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
A-19
Message Descriptions
3312
Cause. The CHARACTER-SET IS clause of SCREEN COBOL upon conversion
specifies character set other than KANJI-KATAKANA or ASCII. Note that special
character set values is not required for European language character-sets as Java
takes care of them.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the Java program, using the stack
trace information in
error-loc
to locate the problem. Alternatively, correct the
problem in the SCREEN COBOL program and reconvert the application.
3313
Cause. The IS NUMERIC clause in SCOBOL is used for a data member, which is PIC
N and is converted.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the Java program, using the stack
trace information in
error-loc
to locate the problem. Alternatively, correct the
problem in the SCREEN COBOL program and reconvert the application.
*3312* CHARACTER-SET SHOULD BE KANJI-KATAKANA
*3313* IS NUMERIC CLAUSE NOT APPLICABLE TO PIC N DATA