Can anyone tell me the syntax for printing two files at two
different destinations in a single step?
Answer Posted / satyasivaji.ch
using print punch utility we can print the out put of two
data sets
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
how you will the direct the data to spool using sysout option?
Why include statement is used in a jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are hierarchy levels in jcl?
How is a type of file defined in the jcl that executes the cobol program?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the function of dd disp parameter?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How can unused space allocation be returned to the system when a dataset is closed?
What is the format of comment 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?
in ways data can be passed to a COBOL program from JCL?
is there any way to execute more than one proc in the same exec statement at the same time..?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?