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
How to submit jcl through a cobol program?
What is the function of dd name parameter with a 2 part structure; audit.report?
How to override loadlib?
what are the statements that are not valid to be included in an include statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How jcl is used for testing batch programs?
How is a type of file defined in the jcl that executes the cobol program?
Are there any set of rules for the names of the steps used in a job?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
when does a dataset go uncataloged?
Define concatenating?
How to pass the parameter in parm using linkage section ? (syntax)?
What is timing concept in mainframe?
whats the diff bw the evaluate also and and?