I have two input files
i/p1
name id-key flag date
i/p 2
name id-key date
if id-key matches in the both the files then it should
write the output file from i/p1 with flag 'Y'. It should be
done thru JCL sort card ,Please provide the info on this.
---Note : output file should have all records from i/p1
with proper Flag.
Answer Posted / muttaiah
Please give us a sample of both the I/P files and the data
you expect in O/P files so that it will be useful for us to
answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are steplib and joblib? What for they are used?
what is the JCL statement consists of?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the use of symbol // in jcl?
Why block size is multiple of lrecl in jcl?
List the different jcl statements that are not permitted in the procedures?
How can an in-stream dataset be terminated?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are the parameter we cannot use in procedure?
What is the format of comment statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?