Previous Topic: Command KeywordsNext Topic: Operators


Arguments

Valid arguments for selection criteria include the following:

AGE

Lets you select reports by the number of days since they were created. This argument requires an operator and a 1- to 3-digit value.

Example:

DELETE AGE GT 5
ALL

Lets you select every report unconditionally, with no operator or value specified.

Example:

UNLOCK ALL
CODE

Lets you select reports by the completion code of the step that produced the report. This argument requires an operator and a 4- to 7-character value.

Example:

     LIST CODE EQ S0C7
(or) LIST CODE EQ U1125
(or) LIST CODE EQ RC0004
(or) LIST CODE EQ CEE3250

System abend codes must begin with S followed by three hexadecimal digits.

User abend codes must begin with U followed by four decimal digits. Return codes must begin with RC followed by four decimal digits. IBM message codes must be 1- to 7-characters.

DATE

Lets you select reports by the date on which they were created. This argument requires an operator and a value in the format yyyy/mm/dd.

Example:

DELETE DATE LT 2004/04/06
JOB

Lets you select reports by the name of the job that produced the report. This argument requires an operator and a 1- to 8-character value.

Example:

UNLOCK JOB NE OPTJOB1
LOCK

Lets you select reports by the ID of the user that owns a lock on the report. This argument requires an operator and a 1- to 7-character value.

Example:

LIST LOCK EQ OPTUSER
PGM

Lets you select reports by the name of the abending program that caused the report. This argument requires an operator and a 1- to 8-character value.

Example:

DELETE PGM EQ CAO2DEMO
STEP

Lets you select reports by the name of the step that produced the report. This argument requires an operator and a 1- to 8-character value.

Example:

LIST STEP NE GO

Note: If the abend report was generated in an IMS DC environment under LE, STEP represents the Task ID.

SYSTEM

Lets you select reports by the 1- to 8-character name of the system on which the report was created.

Example:

COPY SYSTEM EQ PRODZ1
USER

Lets you select reports by the ID of the user who submitted the job that produced the report. This argument requires an operator and a 1- to 7-character value.

Example:

LOCK USER EQ OPTUSER