We have two PS files,want to compare those files and put
the duplicate records in one file.
Input file 1 contains(1,2,4,9,10)
Input file 2 contains (1,4,5,11,12,14,16).
Help me with jcl.
Answer Posted / karthik
@aditi n nikita
i think we can use ibm utility iebcompare
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How is a type of file defined in the jcl that executes the cobol program?
Is automatic restart possible in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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 is jcl in mainframe, and how many types of jcl statements are there for a job?
Where can program checkpoints be stored for use in a restart?
What is the use of disp parameter?
I need exexution process for JCL programs
What are s0c1, s0c4, s0c5, s0c7 and socb?
For what purpose steplib and joblib are used ?
What is the purpose of dd dummy statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is catelog procedure and how many catelog procedure to use in one job?