COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Recovery
Action depends on the message FastSort returns. See the FastSort Manual for the meaning of
these messages.
147
Parameter mismatch for CALL identifier
Cause
The number of parameters in the USING list of a CALL identifier statement does not match
the number of parameters specified in the called program’s USING list in the Procedure Division.
Effect
The run unit terminates abnormally.
Recovery
Correct the USING list in either the CALL statement or Procedure Division.
148
PERFORM nesting too deep
Cause
The PERFORM stack overflowed. The maximum nesting depth is 50.
Effect
The run unit terminates abnormally.
Recovery
Check PERFORM statements for proper termination or reduce the complexity of the program. It
might be helpful to recompile the program with the directive PERFORM-TRACE (page 559).
148
PERFORM nesting too deep
Cause
The PERFORM stack overflowed. The maximum nesting depth is 50.
Effect
The run unit terminates abnormally.
Recovery
Check PERFORM statements for proper termination or reduce the complexity of the program. It
might be helpful to recompile the program with the directive PERFORM-TRACE (page 559).
149
Invalid Data Conversion
Cause
Explicit or implicit conversions from DISPLAY numeric data to COMP or NATIVE contain invalid
DISPLAY numeric data.
Effect
The run unit terminates abnormally.
Recovery
Use the IS NUMERIC class test to validate DISPLAY NUMERIC DATA.
1202 Run-Time Diagnostic Messages










