Answer Posted / srinivasa rao
//SYSIN DD *
COPY INDD= DATASET NAME,OUTDD=SAME DATASET NAME AS IN
INDD
*
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
How dummy is used in jcl?
Explain the function of a dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the use of symbol // in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is acct parameter mandatory?
when can a job time-out occur? How to overcome that?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is DD statement is used in JCL?
how you can access an uncataloged dataset in a JCL?
Can I share my data with other jobs? How?
how can the same proc be re-used and called by many jobs?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the function of the steplib dd statement?