I need to compare two VSAm files. In input VSAM file some
fields are updating and the updated feilds are coming into
the output file. now i need to compare these two files with
respect to a perticular field. Please suggest a suitable
JCL code me.
Answer Posted / giri12
You can use IEBCOMPR utility.
Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
what are the various stages of job processing?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are the jcl procedures?
Explain the purpose of dd dummy statement?
What is the difference between the positional and keyword parameters? Give examples.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain dfsort utility?
Can we call instream to catalog and catalog to instream?
What is one line to pass PARM from JCL to COBOL?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the function of //cntl statement?
how JCL works?
Explain the purpose of dd * statement in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?