Pathway/iTS System Management Manual (G06.24+)

TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual426748-002
13-40
TCP Messages
Effect. The operation fails.
Recovery. This situation is disallowed only on output processing through the message
section.
Isolate and correct the problem within the SCREEN COBOL program. For instructions
on how to locate the problem within the program, see General Information on
page 13-1.
3182
Cause. The delimiters offset was not byte-aligned during delimited field processing.
Therefore, the delimiter cannot be appended to the field in an outbound message or it
cannot be found in the input data stream of an inbound message.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3183
Cause. The value of the DEPENDING ON data item in the message section was
larger than the limit specified in the OCCURS clause.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3184
Cause. The control-field data type for PRESENT IF processing conflicts with the data
supplied for its value. offset indicates the instruction address of the program unit.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
*3182* TERM term-name, DELIMITER IS NOT BYTE ALIGNED
*3183* TERM term-name, DEPENDING VALUE IS OUT OF BOUNDS
*3184* TERM term-name, CONFLICT OF DATA TYPES DURING
'PRESENT IF' DETERMINATION (offset)