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 / garry
Yes, Sort will do it for u.
//........Pgm=sort
........
.........
.........
//sysin DD *
copy (complete statement)
SUM FIELDS=NONE
/*
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does jcl act on a cobol code?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is job control language?
What is the function of dd disp parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
I need exexution process for JCL programs
What is multithreading in jcl?
whats the diff bw the evaluate also and and?
What is one line to pass PARM from JCL to COBOL?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what JCL Procedures?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is DD statement is used in JCL?
what is use of disp parameter in dd statement?