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
When output dataset space is required, what quantity categories are used?
Explain in DD statement what is the use of DCB parameter?
what are JCLLIB and STEPLIB in JCL?
Is automatic restart possible in jcl?
Explain the hierarchy levels in jcl?
Does jcl support automatic restart?
In sms datasets, what is the function of the dd mgmtclas keyword?
how JCL works?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the function of dd disp parameter?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is jcl in mainframe?
What are the 2 types of parameters in dd statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is condition checking possible in jcl?