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 course of the job's execution, such as a system D37 abend. Associated with each test is a list of ARF responses that is carried out by ARF if the designated condition should arise. This response set can include directives for issuing CA Workload Automation SE commands or submitting other jobs on behalf of the CA Workload Automation SE job that met the ARF test conditions.

This command has the following format:

►►─ LARF ─┬──────────────────────────┬─┬─────────────────┬────────────────────►◄
          └─ ,ARFSET= ─┬─ * ◄ ─────┬─┘ └─ ,LIST=listopt ─┘
                       ├─ arfset ──┤
                       └─ arfset* ─┘
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 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 lists all definition details for all ARFSETs in the ARF database:

LARF,ARFSET=*,LIST=DEFS