LDDAUTOLANGX

This command controls whether LDD is automatically run on LangX COBOL compile units. The default setting is OFF. The LDDAUTOLANGX command is incompatible with the EXPLICITDEBUG command and is ignored if EXPLICITDEBUG is set to ON.

If there are many LangX COBOL compile units, or if the debug data is large for some of the LangX COBOL compile units, LDDAUTOLANGX might slow down the performance or cause the debugger to run out of storage. To mitigate this, the EQAOPTS NAMES command can be used to control which compile units to load the debug data for. For CICS programs, the SET IGNORELINK command can be used to avoid loading debug data for programs in new enclaves.

The following diagram describes the syntax:
Read syntax diagramSkip visual syntax diagramEQAXOPTLDDAUTOLANGX, COBOLOFF
The following list describes the parameters:
COBOL
Indicates that the LDD command is automatically run on all LangX COBOL compile units.
OFF
Indicates that the LDD command is not automatically run on LangX COBOL compile units. This parameter is the default setting.
Example
EQAXOPT LDDAUTOLANGX,COBOL
EQAXOPT LDDAUTOLANGX,OFF