Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / balu
Hi
Can any one please provide the code for the below requirement.
there are 2 input files move the matched records in one file
and unmatched records in input file1 moves to outputfile1
and unmatched records in input file2 moves to output file2
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
How can a stopped job be started again?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How is a type of file defined in the jcl that executes the cobol program?
How can an in-stream dataset be terminated?
What is the function of job statement in jcl?
what are the various stages of job processing?
Can we call instream to catalog and catalog to instream?
How can return codes be tested before execution of a job step?
what is use of dcb parameter in dd statement?
How do you overcome this limitation ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
which utility is used to run a cobol-db2 program?
What is the motivation behind coding class parameter in job statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file