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


Please Help Members By Posting Answers For Below Questions

in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

824


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

779


what is the purpose of coding class parameter in job statement?

726


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8701


what is “Cond= even” and “Cond=only”?

746






What do you understand by the terms: joblib and steplib?

626


Brief description of inline procedure of jcl.

687


How would you understand error(execution phase)?

635


Explain the function of //jcllib statement?

708


What is the purpose of dd?

728


how to run batch program without jcl?

10093


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1805


Explain the jcl exec statement?

653


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9222


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?

740