Previous Topic: LQR ExamplesNext Topic: LRDY Examples


LRDY Command

The LRDY command lists job information from the ready queue. This information provides details on jobs that have all preexecution requirements satisfied and are only waiting to be submitted to the host system. Jobs that have been submitted but have not yet begun to execute remain in this queue until execution does begin and show a submit time. Status, documentation, and JCL are among the information that can be displayed.

This command has the following format:

LRDY[,AGENT={*|agent|mask}]
    [,CLS=x]
    [,CPUID={*|smfid|mask}]
    [,DRCLASS={*|@ANY|@NONE|drclass|mask}]
    [,DRMODE={*|NO|YES}]
    [,{JOB={*|jobname|jobnumber|mask}|JOBL={*|longjobname|mask}}]
    [,LIST=option]
    [,NODE={*|nodename|mask}]
    [,SCHID={0|nnn}]
    [,SEG={xxxxxxxx|(xxxxxxxx,yyyyyyyy)}]
    [,SEQ={NATV|sequence}]
    [,ST=option]
    [,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 WA CA 7 Edition 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 WA CA 7 Edition has processed a job initiation record.

Default: * (all CPU IDs)

Limits: 1 to 8 characters

DRCLASS

(Optional) Defines the disaster recovery class name, a reserved name, or mask that a disaster recovery class name must match before its information is selected for display.

Limits: 1 to 8 characters

Default: * (all disaster recovery class names)

@ANY

Specifies that jobs with any DRCLASS should be selected.

@NONE

Specifies that jobs with no DRCLASS should be selected.

DRMODE

(Optional) Indicates the class of jobs to select.

*

Specifies all jobs. This value is the default.

YES

Indicates to select only jobs that entered the request queue while CA WA CA 7 Edition was in Disaster Recovery mode.

NO

Indicates to select only jobs that entered the request queue while CA WA CA 7 Edition was not in Disaster Recovery mode.

JOB

(Optional) Defines the job number, job name, or mask that a job name must match before its information is selected for display. JOB and JOBL are mutually exclusive.

Default: * (all jobs)

Limits: 1 to 8 characters

JOBL

(Optional) Defines the long job name or mask that a long job name must match before its information is selected for display. JOB and JOBL are mutually exclusive.

Limits: 1 to 64 characters

LIST

(Optional) Specifies the amount of queue information requested.

AGJOB

Indicates agent information only.

ALL

Indicates all data related to the job.

CPU

Indicates only CPU jobs.

JCL

Indicates JCL information only.

Depending on the security options selected for your installation, the following values may be concealed in the display:

  • JOB statement USER keyword
  • JOB statement GROUP keyword
  • JOB statement PASSWORD keyword
  • //*LOGONID statement
  • //*PASSWORD statement
  • //*JOBFROM statement
JOBL

Indicates the long job name information only.

PRM

Indicates internal cross-platform PARMLIB information only.

PROS

Indicates documentation information only.

Q

Indicates job data only.

RQMT

Indicates all requirements information only.

STATUS

Indicates requirements information only.

XPJOB

Indicates internal cross-platform information only.

When LIST is not specified, a default display consisting of a single description line for each queue record is listed. However, when a specific job is requested by the JOB parameter, the default is LIST=STATUS and all job requirements are listed. If SEG is specified, the default is LIST=PROS.

Note: If RQMT or STATUS is specified, VRM requirements are listed for jobs in the ready queue with a status of W-RSRC.

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)

SEG

(Optional) Specifies a segment and subsegment of documentation to be listed. If a subsegment, use the form (xxxxxxxx,yyyyyyyy).

xxxxxxxx

Defines the name of the segment.

Limits: 1 to 8 alphanumeric characters

(xxxxxxxx,yyyyyyyy)

Defines the name of a segment (xxxxxxxx) and subsegment (yyyyyyyy) enclosed in parentheses and separated by a comma.

Limits: 1 to 8 alphanumeric characters for each segment

SEQ

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

NATV

Indicates native sequence (the order in which it is in the queue). NATV is the default.

AGENT

Indicates agent name sequence.

CA7

Indicates CA WA CA 7 Edition assigned job number sequence.

DLTM

Indicates deadline time sequence.

DOTM

Indicates due-out time sequence.

JOB

Indicates job name sequence.

NODE

Indicates node 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