Rational Developer for System z, Version 7.6

Debug Tool Language Environment user exit messages

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:

I
An informational message calls attention to some aspect of a command response that might assist the programmer.
W
A warning message calls attention to a situation that might not be what is expected or to a situation that Debug Tool attempted to fix.
E
An error message describes an error that Debug Tool detected or cannot fix.
S
A severe error message describes an error that indicates a command referring to bad data, control blocks, program structure, or something similar.
U
An unrecoverable error message describes an error that prevents Debug Tool from continuing.

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:

EQAU999I
NO READ ACCESS OF DEBUG TOOL USER EXIT DATA SET
Explanation:

Debug Tool tries to read the user exit data set but the access is denied because of RACF® or other security protection.

System action:

No debug session is started.

User response:

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.

EQAU999I
SEE ICH408I MESSAGE
Explanation:

Direct the user to the ICH408I message for more details of the NO READ ACCESS OF DEBUG TOOL USER EXIT DATA SET problem.

System action:

None.

User response:

Look for ICH408I message in the system log.

DB2 user exit messages

The following messages are displayed in the DB2 environment:

EQAU001E
CSVQuery call failed.
Explanation:

CSVQuery failed to return a valid program stored external name. EQADDCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU002E
DSNWLI call failed. Return code is: returnCode.
Explanation:

DSNWLI call failed. EQADDCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU003E
DSNWLI call failed.
Explanation:

DSNWLI failed to return a valid authorization ID. EQADDCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU004W
DATA SET dsnname WAS NOT ALLOCATED. DYNAMIC ALLOCATION RETURNED THE FOLLOWING INFORMATION: RETURN CODE=X'returncode', REASON CODE=X'reasoncode', INFO CODE=X'infocode'.
Explanation:

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.

User response:

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.

EQAU005W
Data set open failed. Data set name is: dsname.
Explanation:

Data set open action failed. EQADDCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU006W
Invalid program name found in data set - pgmname.
Explanation:

A program name of more than eight characters is defined in the data set. EQADDCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to edit the name on the name list.

EQAU007W
Data set is empty.
Explanation:

The data set is empty. EQADDCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to add contents to the data set.

EQAU008W
No TEST run-time option in data set.
Explanation:

The data set does not contain TEST run-time option. EQADDCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to add TEST run-time option to the data set.

EQAU009E
Data set get failed. Data set name is: dsname.
Explanation:

Data set get action failed. EQADDCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU010W
Data set name is not correct. Data set name is: dsnname.
Explanation:

Data set name is not correct. EQADDCXT returns without a TEST run-time option.

User response:

Verify and correct data set naming pattern in EQADDCXT. Assemble and re-link it into your application.

EQAU011W
Data set allocation failed. DD name is not valid.
Explanation:

DD name is not invalid. EQADDCXT returns without a TEST run-time option.

User response:

Verify and correct data set name pattern in EQADDCXT. Assemble and re-link it into your application. If problem persists, consult your system programmer.

EQAU012W
Data set is not physical sequential. Data set name is: dsnname.
Explanation:

Data set is not a sequential data set. EQADDCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set.

EQAU013W
First record type is not <PGM> in data set. Record is: datarecord.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

EQAU014W
Record type is not <TST> or <RTO> in data set. Record is: datarecord.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

EQAU015W
Record type is out of sequence in data set. Record is: datarecord. User response: Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

IMS user exit messages

The following messages are displayed in the IMS environment:

EQAU101E
CSVQuery call failed.
Explanation:

CSVQuery failed to return a valid program name. EQADICXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU102E
AIBTDLI call failed. Return code is: retcode.
Explanation:

AIBTDLI call failed. EQADICXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU104W
DATA SET dsnname WAS NOT ALLOCATED. DYNAMIC ALLOCATION RETURNED THE FOLLOWING INFORMATION: RETURN CODE=X'returncode', REASON CODE=X'reasoncode', INFO CODE=X'infocode'.
Explanation:

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.

User response:

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.

EQAU105W
Data set open failed. Data set name is: dsname.
Explanation:

Data set open action failed. EQADICXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU106W
Invalid program name found in data set - pgmname.
Explanation:

A program name of more than eight characters is defined in the data set. EQADICXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to edit the name on the name list.

EQAU107W
Data set is empty.
Explanation:

The data set is empty. EQADICXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to add contents to the data set.

EQAU108W
No TEST run-time option in data set.
Explanation:

The data set does not contain TEST run-time option. EQADICXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to add TEST run-time option to the data set.

EQAU109E
Data set get failed. Data set name is: dsname.
Explanation:

Data set get action failed. EQADICXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU110W
Data set name is not correct. Data set name is: dsnname.
Explanation:

Data set name is not correct. EQADICXT returns without a TEST run-time option.

User response:

Verify and correct data set naming pattern in EQADICXT. Assemble and re-link it into your application.

EQAU111W
Data set allocation failed. DD name is not valid.
Explanation:

DD name is not invalid. EQADICXT returns without a TEST run-time option.

User response:

Verify and correct data set name in EQADICXT. Assemble and re-link it into your application. If problem persists, consult your system programmer.

EQAU112W
Data set is not physical sequential. Data set name is: dsnname.
Explanation:

Data set is not a sequential data set. EQADICXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set.

EQAU113W
First record type is not <PGM> in data set. Record is: datarecord.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

EQAU114W
Record type is not <TST> or <RTO> in data set. Record is: datarecord.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

EQAU115W
Record type is out of sequence in data set. Record is: datarecord.
Explanation:

<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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

Batch user exit messages

The following messages are displayed with batch programs:

EQAU201E
CSVQuery call failed.
Explanation:

CSVQuery failed to return a valid program name. EQADBCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU204W
DATA SET dsnname WAS NOT ALLOCATED. DYNAMIC ALLOCATION RETURNED THE FOLLOWING INFORMATION: RETURN CODE=X'returncode', REASON CODE=X'reasoncode', INFO CODE=X'infocode'.
Explanation:

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.

User response:

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.

EQAU205W
Data set open failed. Data set name is: dsname.
Explanation:

Data set open action failed. EQADBCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU206W
Invalid program name found in data set - pgmname.
Explanation:

A program name of more than 8 characters is defined in the data set. EQADBCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to edit the name on the name list.

EQAU207W
Data set is empty.
Explanation:

The data set is empty. EQADBCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to add contents to the data set.

EQAU208W
No TEST run-time option in data set.
Explanation:

The data set does not contain TEST run-time option. EQADBCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to add TEST run-time option to the data set.

EQAU209E
Data set get failed. Data set name is: dsname.
Explanation:

Data set get action failed. EQADBCXT returns without a TEST run-time option.

User response:

Consult your system programmer.

EQAU210W
Data set name is not correct. Data set name is: dsnname.
Explanation:

Data set name is not correct. EQADBCXT returns without a TEST run-time option.

User response:

Verify and correct data set name in EQADBCXT. Assemble and re-link it into your application.

EQAU211W
Data set allocation failed. DD name is not valid.
Explanation:

DD name is not invalid. EQADBCXT returns without a TEST run-time option.

User response:

Verify and correct data set name in EQADBCXT. Assemble and re-link it into your application. If problem persists, consult your system programmer.

EQAU212W
Data set is not physical sequential. Data set name is: dsnname.
Explanation:

Data set is not a sequential data set. EQADBCXT returns without a TEST run-time option.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set.

EQAU213W
First record type is not <PGM> in data set. Record is: datarecord.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

EQAU214W
Record type is not <TST> or <RTO> in data set. Record is: datarecord.
Explanation:

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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.

EQAU215W
Record type is out of sequence in data set. Record is: datarecord.
Explanation:

<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.

User response:

Use DTU option: Manage TEST run-time option to create a sequential data set with proper content.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)