AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE
DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I
GET THE PROGRAM FOR THIS
Answer Posted / girish kumar
Yes, Sort will do it for u.
//........Pgm=sort
........
.........
.........
//sysin DD *
sort fields=copy
SUM FIELDS=NONE
/*
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
What is one line to pass PARM from JCL to COBOL?
What is the use of disp parameter?
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?
what are the types of abends that occur on job failure? And explain the possible causes of these
how to run batch program without jcl?
Is condition checking possible in jcl? If yes, how?
List the various advantages of using jcl language?
what is the use of JCL?
Is automatic restart possible in jcl?
For what purpose steplib and joblib are used ?
What is use of restart and how to use it?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
when does a dataset go uncataloged?
Must tape dataset definitions include vol=ser specifications?