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
Define concatenating?
Explain the function of //jcllib statement?
What is catelog procedure and how many catelog procedure to use in one job?
how can you check if a file is empty using jcl?
What is the significance of addrspc parameter in exec statement?
what are the statements that are not valid to be included in an include statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is use of dsn parameter in dd statement?
How to run cobol program using jcl?
what is the compile process of cobol program expalin with code
Name the statement which can be used to send data to another mvs jes3 node?
How does the jcl specify the job to os?
what is the purpose of coding notify parameter in job statement?