Answer Posted / vinay sonar
By using IEBCOPY
Syntax is
DD1 DD DSN=PMAP391.NEW.PS,DISP=SHR
DD2 DD DSN=PMAP391.NEW.PS,DISP=SHR
OR
Type Z infront of dataset name in catlog
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How do you overcome this limitation ?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
which parameter is used to check the syntax of a jcl without executing it?
Why include statement is used in a jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can a jobs execution priority be modified?
What statement can be used to send data to another mvs jes3 node?
How dummy is used in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
what is use of dcb parameter in dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Differentiate between addressing mode and run mode.