Page 1 of 1

Hai to All

Posted: Sun Feb 18, 2007 12:09 am
by rajarajeswari
hai to all,


Am Raji new to this Forum.

This is my first post after joing to this Forum.


Am badly in need of CA7 materials and its concepts.

Can anyone help me in this!


Thanks in Advance

Posted: Sun Feb 18, 2007 1:58 am
by Krishna
Hi rajeswari,

You can find some use ful CA7 commands in the followig post.
http://www.ibmmainframeguru.com/Mainfra ... c.php?t=68


Few more useful 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.




Regards,
Krishna
adminn - http://www.ibmmainframeguru.com
http://www.jacharya.com
http://www.geocities.com/srcsinc

HOW TO GET THE VERSIONS OF CA-7

Posted: Fri Feb 23, 2007 9:39 am
by rajarajeswari
HI

Krishna ! thanks for providing commands

ALL!

i need to know the versions of CA-7 ,any command is there to show the versions of CA-7 ....


thanks
Raji

Topic deleted by Admin

Posted: Sat Jan 30, 2016 10:30 pm
by academyindia4
<< Content deleted By Admin >>