Can anyone tell me the syntax for printing two files at two
different destinations in a single step?

Answer Posted / shesha

U can use output parameter.
Syntax :
//ddname output dest=destname

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to submit jcl through a cobol program?

777


What is timing concept in mainframe?

1772


How is the record format of an output dataset specified?

847


what is the use of JCL?

763


How to pass data to a program that is coded in an exec statement?

926






I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1455


What is the function of dd name parameter with a 2 part structure; audit.report?

795


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?

839


What is multithreading in jcl?

1038


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7821


what is SOC4 error?

826


What is the purpose of the dd keylen parameter?

820


Can I share my data with other jobs? How?

757


A dd statement consists of 4 fields. Name them?

1048


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?

914