What is the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
List the different components of jcl statement?
what is the resolution for sb37 error
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
what is the JCL statement consists of?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
wht is step lib n job lib ? where can we code joblib n steplib ?
how do you resolve for soc7 error
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?