Previous Topic: UNLOCK

Next Topic: CADVILDD

Selection Criteria

Some of the input commands for CADVIDXU require selection criteria to determine which dumps must be targeted by the command.

To target all dumps in the index, specify:

ALL

Otherwise, specify a selection criteria expression as follows:

<attribute operator value>

Where:

attribute refers to one of the following:

AGE

Age of a dump.

Value must specify a number of days.

ASID

Address space ID for the captured dump.

Value must specify a four-digit hexadecimal address space ID.

CODE

Completion code from the captured dump.

Value must specify a completion code such as Sxxx or Uxxxx.

DATE

Date that the dump was captured.

Value must specify a date yyyy/mm/dd.

RDSN

Reports data set name for the dump.

Value must specify a fully qualified dsname, no quotes.

SDSN

Storage data set name for the dump.

Value must specify a fully qualified dsname, no quotes.

JOB

Job name for the captured dump.

Value must specify a job name.

LUSER

User ID owning a no delete lock for the dump.

Value must specify a user ID.

PGM

Executing program name from the captured dump.

Value must specify a program name.

SYS

System ID for the system on which the dump was captured.

Value must specify a system id.

USER

User ID from the captured dump.

Value must specify a user id.

operator Is the type of comparison that is made between specified attribute of each dump and the specified value. If the comparison is successful, the dump is selected for processing.

EQ

Attribute is equal to the value specified.

NE

Attribute is not equal to the value specified.

GT

Attribute is greater than the value specified.

LT

Attribute is less than the value specified.

GE

Attribute is greater than or equal to the value specified.

LE

Attribute is less than or equal to the value specified.

Value Is a target for the comparison, and has different formats depending on the attribute specified. The specific meaning and format of each value is described with the attributes discussed previously.

Examples

AGE  GT  5
USER  EQ  DUBMI01
COMP  EQ  S0C4
SYS  EQ  TEST