Previous Topic: LRDY ExamplesNext Topic: LRDYP Examples


LRDYP Command

The LRDYP command lists VRM or WLB information for jobs in the ready queue waiting to be submitted. This command is similar to the LQP command. You can also use this command when either VRM or WLB is not active.

This command has the following format:

►►─ LRDYP ─┬───────────────────────┬─┬──────────┬─────────────────────────────►
           └─ ,AGENT= ─┬─ * ◄ ───┬─┘ └─ ,CLS=x ─┘
                       ├─ agent ─┤
                       └─ mask ──┘

 ►─┬───────────────────────┬─┬─────────────────────────┬──────────────────────►
   └─ ,CPUID= ─┬─ * ◄ ───┬─┘ └─ ,JOB= ─┬─ * ◄ ───────┬─┘
               ├─ smfid ─┤             ├─ jobname ───┤
               └─ mask ──┘             ├─ jobnumber ─┤
                                       └─ mask ──────┘

 ►─┬───────────────────────┬─┬─────────────────────────┬──────────────────────►
   └─ ,LIST= ─┬─ CPU ────┬─┘ └─ ,NODE= ─┬─ * ◄ ──────┬─┘
              └─ STATUS ─┘              ├─ nodename ─┤
                                        └─ mask ─────┘

 ►─┬─────────────────────┬─┬──────────────────────┬─┬──────────────┬──────────►
   └─ ,SCHID= ─┬─ 0 ◄ ─┬─┘ └─ ,SEQ= ─┬─ PRTY ◄ ─┬─┘ └─ ,ST=option ─┘
               └─ nnn ─┘             └─ JOB ────┘

 ►─┬──────────────────────────┬───────────────────────────────────────────────►◄
   └─ ,SYS= ─┬─ * ◄ ────────┬─┘
             ├─ systemname ─┤
             └─ mask ───────┘
AGENT

(Optional) Indicates an agent name or mask that an agent name must match before its information is selected for display.

Default: * (all agent names)

Limits: 1 to 16 characters

CLS

(Optional) Specifies the CA Workload Automation SE Workload Balancing class of jobs to select. If omitted or CLS=*, all classes are selected for display.

Limits: 1 alphanumeric character

CPUID

(Optional) Defines the CPU ID name or mask that a CPU ID must match before its information is selected for display. For agent jobs, use AGJ. For XPJOBs use 7XPJ.

Note: The CPU ID is not filled in until CA Workload Automation SE has processed a job initiation record.

Default: * (all CPU IDs)

Limits: 1 to 8 characters

JOB

(Optional) Defines the job number, job name, or mask that a job name must match before its information is selected for display.

Default: * (all jobs)

Limits: 1 to 8 characters

LIST

(Optional) Specifies options for the amount of information to display. If LIST=STATUS is specified, status information about the jobs in the queue is displayed. If LIST=CPU, only CPU jobs are listed. When omitted, lists only a single line for each job.

NODE

(Optional) Defines the node name or mask that a node name must match before its information is selected for display.

Default: * (all node names)

Limits: 1 to 8 characters

SCHID

(Optional) Specifies the schedule ID for which information is to be selected.

Default: 0 (all schedule IDs)

SEQ

(Optional) Controls the display sequence of the selected information.

PRTY

Information appears in descending job priority sequence. The current priority is determined by the workload balancing system. PRTY is the default.

JOB

Information appears in job name sequence.

ST

(Optional) Specifies the display criteria for the queue information. If omitted, all jobs in the ready queue are displayed.

ARF

Indicates only jobs that are being tracked by ARF.

ARFH

Indicates only jobs that are in ARF recovery status.

ARFJ

Indicates only ARF recovery jobs (entry mode=ARFJ).

HELD

Indicates jobs in hold status.

LATE

Indicates late jobs.

SUBM

Indicates jobs that are submitted to the host system for execution.

WRSC

Indicates jobs that are waiting for VRM resources.

SYS

(Optional) Defines the system name or mask that a system name must match before its information is selected for display.

Default: * (all system names)

Limits: 1 to 8 characters

More information:

Masking

LQP Command