how to allocate a dynamic dataset in jcl ?
Answers were Sorted based on User's Feedback
Answer / vinayak
mod in disp is used to allocate dynamic ds if they don't
exist else just append data in the end
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / muttaiah
Can you please provide us the JCL on how to allocate
Thanks in advance
| Is This Answer Correct ? | 0 Yes | 0 No |
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.
Why include statement is used in a jcl?
Do we need to code DCB parameters when using DISP position as MOD?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain about REXX
read all error codes like SB07?
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.
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What happens if both JOBLIB and STEPLIB is specified ?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
Matching Logic in Jcl not in cobol.Could any one please answer this question