Can anyone tell me the syntax for printing two files at two
different destinations in a single step?
Answer Posted / nidhi sharma
DDNAME SYSOUT =DESTNAME
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
What dd statement is used to supply the name of a dataset?
Explain how can return codes be tested before execution of a job step?
What is the function of a dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Can an individual step be restricted from using all the jobs allowed cpu time?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is use of restart and how to use it?
What is timing concept in mainframe?
What is the purpose of dd * statement in jcl?
What are the difference between jcl and jes?
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?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?