Explain the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is a COND parameter in JCL?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
What is the function of the steplib dd statement?
wht r different types of sorts ?
What does SYSIN * indicate?
How do you designate a comment in JCL?
What is a Generation Data Group (GDG)?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
Describe the JOB statement, its meaning, syntax and significant keywords?
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.