Sei sulla pagina 1di 2

CA-7 Commands

CA7 Commands used frequently:

1. lq ==> list all the jobs in the queue.


if you need more specific info, ie list only the jobs u need, say eg: ABC

lq,job=abc*
By giving this you can know whether the job is the ready queue or is it waiting for
any resource or like that

2. xqm,job=ab*

list all job which came in the queue.

-------------- CA-7 QUEUE MAIN


F-JOBNAME---J--I--E--U--N-SHJV
abxxxxxx 9 . . . .
abBXXXXX 2 . . . .
abBBBBBB . . . . . H
abBZZZZZ . . . 1 .

in this the job abBBBBBB is in hold. if you want to release it ,


put " r" in the left most side of the job.

3. To restart the job, "f" in the left most side and then use the appropriate option.

4. To cancel the job, enter "c" on the left most side.

3. ljob,job=zipjob,list=all
It will give information about which job is triggering this job ,
which jobs will be triggered by this and what are dependencies.

4. FSTRUC,JOB=JOBNAME
It will give whole flow of jobs taking jobname mentioned above at top of the
hierarchy.

5. XQ,JOB=JOBNAME
It will display job if that job is went in queue ie that is going to run once it’s
dependency is finished.

6. RUN,JOB=JOBNAME
It is going to run job independently.

7.RUNH,JOB=JOBNMAE

It will put job in queue with hold so you can do JCL edit i.e. u can give file override
etc before running that.

8.DEMAND,JOB=JOBNAME
It’s same as RUN except it also initiate the jobs which are being triggered by this.
9.DEMANDH,JOB=JOBNAME
It is same as DEMAND except it put the job in queue with hold so that you can do jlc
edit , file override etc.

ABENDED JOBS:
LREQ,ST=RSTR (TO DISPLAY JOBS WITH ABNORMAL STATUS)
LIST,JOB=* (TO DISPLAY JOBS THAT HAVE NOT COMPLETED SUCCESSFULLY)

ACTIVE JOBS:
LACT
LACT,ST=LATE (JOBS SHOWING UP LATE)

CANCEL:
CANCEL,JOB=NNNN,FORCE=YES,REASON=UP TO 40 CHARACTERS (NNNN=CA7 JOB
NUMBER)

DEMAND A JOB:
DEMANDH,JOB=XXXXXXXX,SCHID=XX,TIME=XXXX,LEADTM=XXXX,DOTM=XXXX,
TYPE=RES,SET=SKP,SET=NTR

TYPE=RES: SO JOB CAN SET FOR RESTART AT A CERTAIN STEP


SET=SKP: TO BYPASS THE NEXT SCHEDULE
SET=NTR: DISABLE JOB TRIGGERS

LJOB,JOB=XXXXXXXX,LIST=ALL TO DISPLAY ALL INFORMATION ABOUT A JOB.

LJOB,JOB=XXXXXXXX,LIST=TRIG TO DISPLAY ALL JOBS THAT TRIGGER THIS JOB,


ASWELL AS ALL JOBS THAT THIS JOB WILL
TRIGGER.LJOB,SYS=CUSTSYS,SCHEDULE=Y,LIST=SCHD TO SHOW ALL SCHEDULES FOR A
SCHEDULE

QUEUE MAINTENANCE SCREEN:


XQ (LIST JOBS ON THE QUEUE MAINTENANCE SCREEN)
XQJ (LIST JOBS ON THE QUEUE MAINTENANCE SCREEN IS SEQUENCE)
XQM (LIST REQUIREMENTS FOR JOBS IN QUEUE)

REQUEST QUEUE INFORMATION:


LQ (LIST ALL JOBS IN ALL QUEUES EXCEPT PRIOR RUN QUEUS)
LQ,JOB=XXXXXXXX (LIST REQUIREMENTS OF JOBS IN REQUEST QUEUS)
LQ,SEQ=JOB (LIST JOBS IN JOB SEQUENCE)
LQ,LIST=RQMT,SEQ=JOB (LIST JOBS WITH REQUIREMENTS IN THE REQUEST QUEUE)
LQ,LIST=RQMT,JOB=XXXXXXXX (LIST A JOB WITH REQUIREMENTS)

Potrebbero piacerti anche