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 is the purpose of dd dummy statement?
Explain dd statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
diff bw vsam and normal flat file?
What statement can be used to send data to another mvs jes3 node?
how you can direct the data to spool using SYSOUT option?
What are the difference between jcl and jes?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
How are GDGs concatenated?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
What will happen if we write two STOP RUN's in a COBOL program?