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
Explain the function of dd disp parameter?
Explain dd statement in jcl?
Is it possible to left uncode disp?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you understand by the term notcat 2 – gs?
What is the function of the dd dcb keyword?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the use of JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the function of the dd mgmtclas keyword in sms datasets?
Mention the types of job control statements?
Is automatic restart possible in jcl? If yes, how?
When output dataset space is required, what quantity categories are used?
is there any way to execute more than one proc in the same exec statement at the same time..?