Differentiate between the joblib and the steplib statements?
No Answer is Posted For this Question
Be the First to Post Answer
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Name the system library from which modules are retrieved at execution
describe the dd statement,its meaning,syntax and keywords?
What is model dataset label(Model DSCB)?
Is their any set of rules for dd? Explain.
What is the function of //jcllib statement?
i have step1,step2,step3 from where can i start coding cond parameter ?
What are the common keyword parameters in both job and exec statements
What is a Dummy Utility and what it does ?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
Explain about Internal Sort
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?