What you mean by skeleton JCl?
Answers were Sorted based on User's Feedback
Answer / guest
Jcl which changes during run time i.e. the values for the
jcl such as pgm name , dd name will change .ie same jcl can
be used for various job, equivalent to dynamic sql...
| Is This Answer Correct ? | 9 Yes | 1 No |
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
Which dd parameters are required?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
how can handle the s0c4 abend???
Differentiate between the joblib and the steplib statements?
What is the difference between the JOBLIB and the STEPLIB statements?
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 can the same proc be re-used and called by many jobs?
What are the utility programs in jcl?
List the different components of jcl statement?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
can any one plzzzzzz tell the jcl code for creating ps using idcams