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?
No Answer is Posted For this Question
Be the First to Post Answer
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
what is the difference between static call and dynamic call?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how can u understand ps and pds from their names ?
What are steplib and joblib?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
How does jcl act on a cobol code?
When should DISP=MOD is used?
How to pass the temp dataset form one JOB step to another?
What is the format of comment statement?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?