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



Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to..

Answer / sriam

Hi
i need the cobol Program, I don't want the jcl.
Any one can help me out.

Is This Answer Correct ?    11 Yes 14 No

Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to..

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

Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to..

Answer / sriram

sorry
u r telling answere is correct
Thanks for your answer

Is This Answer Correct ?    8 Yes 13 No

Post New Answer

More JCL Interview Questions

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?

4 Answers   IBM,


I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?

3 Answers   CTS, DELL,


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?

1 Answers  


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.

1 Answers   Cap Gemini,


Explain the jcl exec statement?

0 Answers  


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".

2 Answers  


What is the difference between the JOBLIB and the STEPLIB statements?

3 Answers  


How many instream we can write in single jcl?

1 Answers  


How does jcl specify the job to the operating system?

0 Answers  


What is the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


Categories