jaas


{ City } portland
< Country > usa
* Profession * s/w engg
User No # 31752
Total Questions Posted # 1
Total Answers Posted # 1

Total Answers Posted for My Questions # 5
Total Views for My Questions # 22293

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 1
Questions / { jaas }
Questions Answers Category Views Company eMail

how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly

IBM, TCS,

5 JCL 22293




Answers / { jaas }

Question { 12440 }

I have a File that has duplicate records. I need only those
records that occur more than thrice.


Answer

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