Pathway/iTS Web Client Programming Manual (G06.24+)
Client Error Messages
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
A-3
Message Descriptions
3007 
Cause. A screen-manipulation operation was attempted before a DISPLAY BASE 
statement was executed.
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.
3013 
Cause. The program attempted to display an overlay screen in more than one overlay 
area at the same time.
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.
3015 
Cause. A data-related error occurred during numeric manipulation. The error could be 
caused by an overflow, by dividing by zero, by an invalid value in a numeric data item 
(for example, blank spaces in a USAGE DISPLAY item), or by attempting to move a 
value into a data item that is not large enough to hold it.
Effect. The operation fails and 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.
*3007* SCREEN OPERATION DONE WITHOUT BASE DISPLAYED error-loc
*3013* OVERLAY SCREEN DISPLAYED IN TWO AREAS error-loc
*3015* ARITHMETIC OVERFLOW error-loc










