i want to see the jobs in skeleton queue in diff region.
(eg. 7 regions are running means , i want to see all the
jobs in 7 regions which are in skel queue using 1 command)
Answer / jecintha
LQ,ST=SKEL - will display the jobs under skeleton queues in
all the regions running..
| Is This Answer Correct ? | 0 Yes | 2 No |
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
What does the TIME parameter signify ? What does TIME=1440 mean ?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
How dummy is used in jcl?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
i have step1,step2,step3 from where can i start coding cond parameter ?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
How to DEBUG a JCL?
What is the improvement to COND= in the latest version of MVS?
Why do you use a control card?
How do You skip a Step In JCL?
Is their any set of rules for dd? Explain.