Previous Topic: Supported Keywords

Next Topic: Operators

Arguments

All of the valid arguments are described following.

Note: Some command keywords only accept a subset of these arguments.

AGE

Selects dumps by the number of days since they were created.

For example:

LIST AGE EQ 10
DELETE AGE GT 35
ALL

Selects all dumps.

For example:

LIST ALL
UNLOCK ALL
CODE

Selects dumps by the abend code.

For example:

LOCK CODE EQ ATNI
DELETE CODE EQ ASRA
DATE

Selects dumps by their created date in the format of MM/DD/YYYY.

For example:

LIST DATE EQ 11/20/2007
DELETE DATE GT 11/18/2007
LOCK

Selects dumps that are locked in hold status that prevents them from being deleted.

For example:

9LIST LOCK
PGM

Selects dumps by the name of the abending program.

For example:

LIST PGM EQ ASMDEMO
DELETE PGM EQ COB2DEMO
TERM

Selects dumps by the name of the terminal where the abending transaction began.

For example:

LIST TERM EQ U008
DELETE TERM GE U010
TRAN

Selects dumps by the name of the abending transaction.

For example:

LIST TRAN RANGE DEMA DEMP
DELETE TRAN EQ DEMC