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
How to submit jcl through a cobol program?
What is timing concept in mainframe?
How is the record format of an output dataset specified?
what is the use of JCL?
How to pass data to a program that is coded in an exec statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the function of dd name parameter with a 2 part structure; audit.report?
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?
What is multithreading in jcl?
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?
what is SOC4 error?
What is the purpose of the dd keylen parameter?
Can I share my data with other jobs? How?
A dd statement consists of 4 fields. Name them?
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?