Hi,
I have 3 files say file A , file B and file C.I want to
form an output file in which i will have all the records
from file A. Files B and C also may contain records that
are present in file A.I want those records also to be
included in my output file.
for eg:
file A contains:
1
2
3
file B contains:
2
4
5
file C contains:
1
3
5
So in my output file should look like:
1
2
3
2
1
3
Can any one help ???.....thanks in advance.
Answer Posted / murali
@sai Kishore: I'm not able to understand what will be the
output of step1..
Can you please explain the JCL stmts in step1 line by line.
| Is This Answer Correct ? | 0 Yes | 0 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 are some jcl statements that are not allowed in procedures?
How to do automated restart when a job abend?
How can the attributes of one sms dataset be copied to another dataset?
What is the function of a dd statement?
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?
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 purpose of coding class parameter in job statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Give the syntax of job specifying jcl statement.
How is the record format of an output dataset specified?
Explain the jcl exec statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can we use DISP=SHR in output file in JCL
Explain the function of dd name parameter with a 2 part structure; audit.report?