What are the 4 fields in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is DISP= (NEW,PASS,DELETE)?
Explain the function of job statement in jcl?
what happens in execution stage in job processing?
How do you create a temporary dataset?
What is the use of symbol // in jcl?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Brief description of inline procedure of jcl.
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this: