Previous Topic: View Storage for an Assembler Program at a BreakpointNext Topic: CORE Commands For PL/I Symbolic Programs


Use a Different Module for Assembler Structures

When requesting an assembler structure display, you might encounter a not found condition for one of these reasons:

To handle these occurrences, do the following things:

The following considerations are important:

Reference this module online by adding USE=xxxxxxxx to the CORE command. This additional option tells CA InterTest for CICS to access the named module (xxxxxxxx) instead of the program where CA InterTest for CICS is currently stopped.

To handle these occurrences, do the following things:

The following considerations are important:

Reference this module online by adding USE=xxxxxxxx to the CORE command. This additional option tells CA InterTest for CICS to access the named module (xxxxxxxx) instead of the program where CA InterTest for CICS is currently stopped.

Example

The command CORE='R12.DFHTCADS',USE=TESTMAST displays the structure for the USER TCA with the DFHTCAD DSECT. The address of the USER TCA is contained in register R12 with its DSECT structure saved in the Symbolic File records named TESTMAST. If R12 is not defined in your program, CA InterTest for CICS assumes you meant register 12. (The same assumption would be made for R0 through R15.) If the field name, such as DFHTCADS, has not been defined, CA InterTest for CICS searches for the default CICS structure for the field.