I have two files each contains 10 records. I would like to
copy both files into one output file but in alternate
sequence. for e.g. first record from file1 then record 2
from file2.....
Answer Posted / aks
Use df sort utility and use infile and outfile for writing
the record into output file.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How do you submit a job for execution?
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?
List in order the hierarchical levels of jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can I share my data with other jobs? How?
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 use of space parameter in dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what happens in execution stage in job processing?
What is the function of the dd mgmtclas keyword in sms datasets?
what is a jcl?
Is automatic restart possible in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
How jcl work to handle various input output file operations?