Pathway/iTS Web Client Programming Manual (G06.24+)
Client Error Messages
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
A-2
Message Descriptions
3003 
Cause. The value of a subscript expression was either zero or larger than the limit 
implied by the OCCURS clause.
Effect. The applet stops.
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.
3005 
Cause. The number of parameters passed in the USING clause of a CALL statement 
was not equal to the number of parameters given in the Procedure Division header of the 
called program.
Effect. The applet stops.
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.
3006 
Cause. The maximum size of a parameter passed in the USING clause of a CALL 
statement was not equal to the maximum size of the corresponding parameter given in 
the Procedure Division header of the called program.
Effect. The applet stops.
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.
*3003* INVALID SUBSCRIPT VALUE error-loc
*3005* CALL: ACTUAL NUMBER OF PARAMETERS MISMATCHES FORMAL 
error-loc
*3006* CALL: ACTUAL PARAMETER SIZE MISMATCHES FORMAL 
error-loc










