Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / tidda
This can be done by using Sort.
1) If the first duplicate is to be kept, we use SUM
FIELDS=NONE
2) If none of the duplicates are to be kept, using SYNCTOOL
or ICETOOL, use the NODUPS option.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
when does a dataset go uncataloged?
What is the function of the dd avgrec keyword in sms datasets?
How to override loadlib?
What is the purpose of dd dummy statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What parameter directs the output of the job log dataset?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Are there any set of rules for the names of the steps used in a job?
How can the submitting users racf authority be overridden in a job stream?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How can a fb file convert to vb file using sort program?
when can a job time-out occur? How to overcome that?
What are s0c1, s0c4, s0c5, s0c7 and socb?