Previous Topic: CAPD118W

Next Topic: CAPD137I

CAPD123I

INSTRUCTION LOCATED PRIOR TO THE FIRST PROCEDURE STATEMENT. POSSIBLE ERROR COMPUTING THE SIZE OF A VARIABLE-LENGTH TABLE.

Reason:

The instruction which corresponds to the indicated program offset is located prior to the first Procedure Division statement in the program and does not correspond to a COBOL source statement. One possible reason for this is that an error occurred while computing the size of a variable-length table.

Action:

Verify that the DEPENDING ON variables for any variable-length tables are initialized before the tables are referenced. Alternatively, if a CAPD113W message was displayed, indicating that the symbolic file member does not exactly match the program in the executable load module, follow the action specified for that message.