100% found this document useful (1 vote)
1K views8 pages

CA7 Job Scheduler Commands Guide

This document describes commands used to obtain information from and interact with the CA7 job scheduling system. It provides the command syntax, purpose, and usage for inquiring about and manipulating jobs, schedules, resources, queues, job control language (JCL), and data sets. Commands allow listing information about jobs, queues, logs, libraries, and data sets, as well as canceling, holding, releasing, requeuing, and demanding jobs for immediate scheduling.

Uploaded by

Sambhaji Gaikwad
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views8 pages

CA7 Job Scheduler Commands Guide

This document describes commands used to obtain information from and interact with the CA7 job scheduling system. It provides the command syntax, purpose, and usage for inquiring about and manipulating jobs, schedules, resources, queues, job control language (JCL), and data sets. Commands allow listing information about jobs, queues, logs, libraries, and data sets, as well as canceling, holding, releasing, requeuing, and demanding jobs for immediate scheduling.

Uploaded by

Sambhaji Gaikwad
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

CA7 – Job Scheduler

Commands
Commands Used in CA7- Job inquiries

 To obtain information on various jobs from the CA7 database

Command : LJOB
Purpose : LIST JOB INFORMATION AND TO OBTAIN THE INFORMATION ON
JOBS TRIGGERED BY (PREDECESSOR)AND TRIGGERED(SUCCESSOR)
JOBS .
Syntax : LJOB,JOB=JOBNAME

Command : LJOBR
Purpose : LIST JOB RESOURCES INFORMATION.
Syntax : LJOBR,JOB=JOBNAME

Command : LRES
Purpose : LIST RESOURCES REQUIRED BY A GIVEN JOB.
Syntax : LRES,JOB=JOBNAME

Command : LSYS
Purpose : LIST JOB INFO & DATA SET XREF FOR A JOB OR SYSTEM.
Syntax : LSYS,JOB=JOBNAME
Commands Used in CA7- Job inquiries
 To obtain information on jobs from the CA7 Queues

Command : LQ
Purpose : LIST ENTRIES FROM THE CA-7 QUEUES.
Syntax : LQ,JOB=JOBNAME

Command : LRLOG
Purpose : LIST RUN LOG INFORMATION.
Syntax : LRLOG,JOB=JOBNAME

Command : LPRRN
Purpose : LIST ENTRIES FROM THE PRIOR-RUN QUEUE.
Syntax : LPRRN,JOB=JOBNAME
Commands Used in CA7- Schedule Inquiries
 To obtain information from the CA7 database regarding CA7 schedules

Command : LJOB
Purpose : LIST JOB INFORMATION.
Syntax : LJOB, JOB=JOBNAME

Command : LLOCK
Purpose : LIST ELEMENTS OF THE DATA BASE IN A LOCKED STATUS.
Syntax : LLOCK,JOB=JOBNAME

Command : LSCHD
Purpose : LIST SCHEDULE INFORMATION.
Syntax : LSCHD,JOB=JOBNAME

 To demand the Job


Command : DEMAND
Purpose : FORCE IMMEDIATE SCHEDULING OF A CA-7 CONTROLLED JOB. .
Syntax : DEMAND,JOB=JOBNAME
Commands Used in CA7- JCL Inquiries
The command to review job JCL and members of system libraries

Command : LLIB
Purpose : LIST LIBRARIAN OR PANVALET MEMBERS (READ ONLY).
Syntax : LLIB,DSN=DSNNAME,MEM=MEMBERNAME

Command : LJCL
Purpose : LIST JCL ENTRIES FOR SPECIFIED JOBS.
Syntax : LJCL,DSN=DSNNAME,JOB=JOBNAME

Command : LJCK
Purpose : LIST JCL FOR JOB (& VALIDATE IF JCLCHECK INSTALLED).
Syntax : LJCK,DSN=DSNNAME,JOB=JOBNAME

The command to display all the JCL’s

Command : DISPLAY
Purpose : DISPLAY ALL THE JCL’s
Syntax : DISPLAY,ST=JCL
Commands Used in CA7- Data Set inquiries
 To obtain information on User application data sets in CA7 environment

1.Sequential Dataset
Command : LDSN
Purpose : LIST DATA SET ENTRIES FROM THE CA-7 DATA BASE.
Syntax : LDSN,DSN=DSNNAME

Command : LCTLG
Purpose : LIST CATALOG ENTRIES FROM THE CA-7 DATA BASE.
Syntax : LCTLG,DSN=DSNNAME

2.PDS
Command : LPDS
Purpose : LIST MEMBERS OF A PDS OR SEQUENTIAL DATA SET.
Syntax : LPDS,DSN=DSNNAME,MEM=MEMBERNAME
Commands Used in CA7- Interrupting and resuming
jobs
To remove/cancel jobs from the queues

Command : CANCEL
Purpose : REMOVE JOBS AND SCHEDULED WORKSTATIONS FROM THE CA-7 QUEUES.
Syntax : CANCEL,JOB=JOBNAME

Interrupt the normal scheduling progress

Command : HOLD
Purpose : HOLD JOB MOVEMENT CURRENTLY IN THE CA-7 QUEUES.
Syntax : HOLD,JOB=JOBNAME

Resume normal scheduling

Command : RELEASE
Purpose : ALLOW NORMAL SCHEDULING FLOW FOR WORK HELD.
Syntax : RELEASE,JOB=JOBNAME
Commands Used in CA7- Interrupting and resuming jobs

 Move jobs from the ready or active queue


Command : REQUEUE
Purpose : MOVE A JOB BACK TO THE REQUEST QUEUE.
Syntax : REQUEUE,JOB=JOBNAME

 Display jobs in the request, ready, or active queues


Command : XQ
Purpose : UPDATE SELECTION SCREEN FOR JOBS IN NATIVE SEQUENCE.
Syntax : XQ,JOB=JOBNAME

You might also like