Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / s
Using with IEBCOMPARE UTILITI
| Is This Answer Correct ? | 25 Yes | 24 No |
Post New Answer View All Answers
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Name the statement which can be used to send data to another mvs jes3 node?
How can return codes be tested before execution of a job step?
What is notcat 2 - gs?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to override loadlib?
In job processing, what happens in execution stage?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What parameter directs the output of the job log dataset?
How jcl is used for testing batch programs?
Is their any limit for data sets?
What is the function of the steplib dd statement?
What are the jcl procedures?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is concatenating?