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

What is the use of IEBGENER ?

2 Answers   Cap Gemini, Wipro,


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


If job is submitted with typerun = hold then how can we submit the same job?

3 Answers   Wipro,


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


List the different components of jcl statement?

0 Answers  






What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 Answers   IBM,


if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.

4 Answers   IBM,


I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??

9 Answers   IBM, Infosys, TCS, Xansa, Xchanging,


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  


Categories