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 |
lines(1,cancel)??What is meant by that??Plz explain it....
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
Can you code instream data in a PROC ?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What is the motivation behind coding class parameter in job statement?
What is the maximum length of a single line of jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
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
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.