Each message has a number of the form EQAUnnnx, where EQAU indicates that the message is a Debug Tool Language Environment user exit message, nnn is the number of the message, and x indicates the severity level of each message.
One small set of messages apply to all environments. The rest of the messages are divided into the following categories with a specific prefix:
The variable x can be any of the following values:
Symbols in messages
Many of the Debug Tool messages contain information that is inserted by the system when the message is issued. In this publication, such inserted information is indicated by italicized symbols, as in the following:
EQAU046I The breakpoint-id breakpoint is replaced.
The portion of Debug Tool located on the host notifies you of errors associated with debugging functions carried out by the host.
The following messages apply to all environments:
Debug Tool tries to read the user exit data set but the access is denied because of RACF® or other security protection.
No debug session is started.
Contact system administrator to allow the owner ID of a job (batch), WLM address space (DB2® stored procedure), or IMS™ region (IMS transaction) read access to the data set.
Direct the user to the ICH408I message for more details of the NO READ ACCESS OF DEBUG TOOL USER EXIT DATA SET problem.
None.
Look for ICH408I message in the system log.
The following messages are displayed in the DB2 environment:
CSVQuery failed to return a valid program stored external name. EQADDCXT returns without a TEST run-time option.
Consult your system programmer.
DSNWLI call failed. EQADDCXT returns without a TEST run-time option.
Consult your system programmer.
DSNWLI failed to return a valid authorization ID. EQADDCXT returns without a TEST run-time option.
Consult your system programmer.
The user exit processing for EQADDCXT was not able to retrieve the TEST runtime options because the data set might not exist or cannot be accessed. No debug session was started.
If the data set does not exist, start Debug Tool Utilities, select the Manage TEST runtime option, and then fill out the panel with TEST runtime options to create a data set. See the z/OS® MVS Programming: Authorized Assembler Services Guide for a description of return code, reason code and info code of dynamic allocation.
Data set open action failed. EQADDCXT returns without a TEST run-time option.
Consult your system programmer.
A program name of more than eight characters is defined in the data set. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to edit the name on the name list.
The data set is empty. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to add contents to the data set.
The data set does not contain TEST run-time option. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to add TEST run-time option to the data set.
Data set get action failed. EQADDCXT returns without a TEST run-time option.
Consult your system programmer.
Data set name is not correct. EQADDCXT returns without a TEST run-time option.
Verify and correct data set naming pattern in EQADDCXT. Assemble and re-link it into your application.
DD name is not invalid. EQADDCXT returns without a TEST run-time option.
Verify and correct data set name pattern in EQADDCXT. Assemble and re-link it into your application. If problem persists, consult your system programmer.
Data set is not a sequential data set. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set.
The type of the first record is not <PGM>. A Program list record must be the first record in the data set. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
The type of the record following <PGM> record is not <TST> TEST run-time option or <RTO> other Language Environment® run-time option. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
The <TST> record is found after the <RTO> record. All <TST> records must be grouped together and placed before first <RTO> record. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
The following messages are displayed in the IMS environment:
CSVQuery failed to return a valid program name. EQADICXT returns without a TEST run-time option.
Consult your system programmer.
AIBTDLI call failed. EQADICXT returns without a TEST run-time option.
Consult your system programmer.
The user exit processing for EQADICXT was not able to retrieve the TEST runtime options because the data set might not exist or cannot be accessed. No debug session was started.
If the data set does not exist, start Debug Tool Utilities, select the Manage TEST run-time option, and then fill out the panel with TEST runtime options to create a data set. See the z/OS MVS Programming: Authorized Assembler Services Guide for a description of return code, reason code and info code of dynamic allocation.
Data set open action failed. EQADICXT returns without a TEST run-time option.
Consult your system programmer.
A program name of more than eight characters is defined in the data set. EQADICXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to edit the name on the name list.
The data set is empty. EQADICXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to add contents to the data set.
The data set does not contain TEST run-time option. EQADICXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to add TEST run-time option to the data set.
Data set get action failed. EQADICXT returns without a TEST run-time option.
Consult your system programmer.
Data set name is not correct. EQADICXT returns without a TEST run-time option.
Verify and correct data set naming pattern in EQADICXT. Assemble and re-link it into your application.
DD name is not invalid. EQADICXT returns without a TEST run-time option.
Verify and correct data set name in EQADICXT. Assemble and re-link it into your application. If problem persists, consult your system programmer.
Data set is not a sequential data set. EQADICXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set.
The type of the first record is not <PGM>. A Program list record must be the first record in the data set. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
The type of the record following <PGM> record is not <TST> TEST run-time option or <RTO> other Language Environment run-time option. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
<TST> record is found after <RTO> record. All <TST> records must be grouped together and placed before first <RTO> record. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
The following messages are displayed with batch programs:
CSVQuery failed to return a valid program name. EQADBCXT returns without a TEST run-time option.
Consult your system programmer.
The user exit processing for EQADBCXT was not able to retrieve the TEST runtime options because the data set might not exist or cannot be accessed. No debug session was started.
If the data set does not exist, start Debug Tool Utilities, select the Manage TEST runtime option, and then fill out the panel with TEST runtime options to create a data set. See the z/OS MVS Programming: Authorized Assembler Services Guide for a description of return code, reason code and info code of dynamic allocation.
Data set open action failed. EQADBCXT returns without a TEST run-time option.
Consult your system programmer.
A program name of more than 8 characters is defined in the data set. EQADBCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to edit the name on the name list.
The data set is empty. EQADBCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to add contents to the data set.
The data set does not contain TEST run-time option. EQADBCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to add TEST run-time option to the data set.
Data set get action failed. EQADBCXT returns without a TEST run-time option.
Consult your system programmer.
Data set name is not correct. EQADBCXT returns without a TEST run-time option.
Verify and correct data set name in EQADBCXT. Assemble and re-link it into your application.
DD name is not invalid. EQADBCXT returns without a TEST run-time option.
Verify and correct data set name in EQADBCXT. Assemble and re-link it into your application. If problem persists, consult your system programmer.
Data set is not a sequential data set. EQADBCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set.
The type of the first record is not <PGM>. A Program list record must be the first record in the data set. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
The type of the record following <PGM> record is not <TST> TEST run-time option or <RTO> other Language Environment run-time option. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
<TST> record is found after <RTO> record. All <TST> records must be grouped together and placed before first <RTO> record. EQADDCXT returns without a TEST run-time option.
Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.