I have a File that has duplicate records. I need only those
records that occur more than thrice.
Answer Posted / jammi
can use icetool utility to can select the records which has
more than thrice or more
//sysin dd *
select from(idd) to(outdd) on(stpos,leng,type)
nodups/alldups/lower(n)/higher(n)/equal(n)
set n=3 in higher rest are optional try this and let me know
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the job statement in jcl?
What is the use of disp parameter?
what is the purpose of coding class parameter in job statement?
What is the purpose of dd dummy statement?
I need exexution process for JCL programs
What are the difference between jcl and jes?
What is the difference between run mode and addressing mode?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Must tape dataset definitions include vol=ser specifications?
What does a disposition of (new,catlg,keep) for a dsn mean?
Describe the various parameters utilized in the creation of a gdg?
Why block size is multiple of lrecl in jcl?
Can we use DISP=SHR in output file in JCL