Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sriram
sorry
u r telling answere is correct
Thanks for your answer
| Is This Answer Correct ? | 8 Yes | 13 No |
How to do automated restart when a job abend?
Can you give the sort card to arrange the specific column in the version of GDG.
write a jcl to execute a job by 7:00 am on jan 20,1986?
What does IEBGENER do?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
Mention the types of job control statements?
What are the jcl procedures?
What parameters can be used to limit the number of records written to a sysout dataset?
Explain how can the attributes of one sms dataset be copied to another dataset?
How can unused space allocation be returned to the system when a dataset is closed?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?