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 |
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
how to code instream data in procedure?
How much space OS allocates when you create a PS or PDS?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What are the kinds of job control statements?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
How to do automated restart when a job abend?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
difference between internal sort and external sort
what is the purpose of coding class parameter in job statement?
How to execute step2,step1,step3 when step1,2&3 are in order