Previous Topic: LAGENT ExamplesNext Topic: LARF Examples


LARF Command

The LARF command lists ARFSETs in summary or in detail. The ARFSETs are stored in alphabetical order by ARFSET name. Each ARFSET contains one or more ARFSET definitions. Each ARFSET definition defines a specific job processing condition that may arise during the job's execution, such as a system D37 abend. Associated with each test is a list of ARF responses that ARF carries out when the designated condition arises. This response set can include directives for issuing CA WA CA 7 Edition commands or submitting other jobs on behalf of the CA WA CA 7 Edition job that met the ARF test conditions.

This command has the following format:

LARF[,ARFSET={*|arfset|arfset*}][,LIST=listopt]
ARFSET

(Optional) Defines the ARFSET name.

*

Specifies all ARFSETs. This value is the default.

arfset

Defines a specific ARFSET name.

Limits: 1 to 8 alphanumeric characters

arfset*

Defines a generic ARFSET name.

Limits: 1 to 7 alphanumeric characters that are terminated with an asterisk

LIST

Overrides the default list option. The possible values are the following:

DEFS

Forces the detail listing of the ARFSET definitions.

NODEFS

Forces the summary listing of the ARFSET definitions.

When ARFSET= identifies a specific ARFSET, LIST=DEFS is the default.

When ARFSET= is a generic indication, LIST=NODEFS is the default.

Example: List all ARFSETS and details

This example lists all definition details for all ARFSETs in the ARF database:

LARF,ARFSET=*,LIST=DEFS