how can we find total no of records in a file ....is there
any utility......?
Answer Posted / vivek c
Use ICETOOL utility as below.
//TOOLIN DD *
COPY FROM(IN1) USING(CTL1)
/*
//CTL1CNTL DD *
OUTFIL FNAMES=OUT,REMOVECC,NODETAIL,
TRAILER1=('FILE1',5X,COUNT=(M10,LENGTH=5))
/*
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how do you define single dimensional array and multidimensional array in your cobol?
Which is not true about evaluate statement
What is the difference between Call and a Link?
What are the cobol coding sheets?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is difference between cobol and cobol/400
IF I mention stop run in CICS what happens?
What is the use of intialize verb?
) how do u code after getting data?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what are decleratives in cobol?
What is length is cobol?