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
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
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?
What is the function of job statement in jcl?
What is the purpose of dd * statement in jcl?
what is DD statement is used in JCL?
What do you understand by jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Differentiate between addressing mode and run mode.
What is the function of dd name parameter with a 2 part structure; audit.report?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is use of disp parameter in dd statement?
I need exexution process for JCL programs
What dd statement is used to supply the name of a dataset?
When space is allocated for an output dataset, what units can be used?
What is the difference between the positional and keyword parameters? Give examples.