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 |
What u mean by include statement in JCL ?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
i have a string of 80 chars i want to replace 4th char with "a"?
how can you check if a file is empty using jcl?
A job has 90 steps i want to execute only step7 and step15
How do you submit a JCL under CICS environment ?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
What does the keyword DCB mean and what are some of the keywords associated with it?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What do you understand by the terms: joblib and steplib?
what is the use of JCL?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??