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 can the same proc be re-used and called by many jobs?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
how can i use the parameters decalred in main pgm in sub pgm
Is their any set of rules for dd? Explain.
Is it possible to left uncode disp? If yes, how?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
can any one plzzzzzz tell the jcl code for creating ps using idcams
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
In job processing, what happens in conversion stage?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
how do u define a file in cobol and jcl ?
What is the difference between static call & Dynamic call ?