Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / rams
Read one file sequentially and load the other file in
table.For every record in the file search Table for the
match.
Tips - Load the small fine in table. If you load then in
ascending/descending order, you can use Binay search (
Search All ) which is faster than sequential search.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
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?
How dummy is used in jcl?
List the different jcl statements that are not permitted in the procedures?
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
Does jcl support automatic restart?
What is the use of symbol // in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the function of job statement in jcl?
Explain dd statement in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How does jcl act on code(if you take a cobol program)?
what happens in execution stage in job processing?
Is condition checking possible in jcl? If yes, how?
how you can direct the data to spool using SYSOUT option?
How to pass data to a program that is coded in an exec statement?