Explain the function of the dd dcb keyword?
No Answer is Posted For this Question
Be the First to Post Answer
how GDGs are concatinated?
What is a Dummy Utility and what it does ?
List the different components of jcl statement?
how to execute the last 5 steps in jcl
How to submit jcl through a cobol program?
what happens if job falls in loop ? how to resolve it ?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Explain about User Information
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??