Answer Posted / krishnan
we have to use merge command
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
How can a jobs execution priority be modified?
Must tape dataset definitions include vol=ser specifications?
Explain how can return codes be tested before execution of a job step?
What are the parameter we cannot use in procedure?
Is it possible to code instream data in a PROC?
is there any way to execute more than one proc in the same exec statement at the same time..?
a dd statement has 2 types of parameters. Name them?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
In job processing, what happens in execution stage?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what happens in conversion stage in job processing?
Explain the function of the steplib dd statement?
Does jcl support automatic restart?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.