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 check empty file in jcl?
how to concatenate datasets
When cursor is not closed what is the error?
how to create a member or sequential dataset through tso command??
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
What are steplib and joblib? What for they are used?
what is the job entry system used in your project?
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?