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
Can we change the password using ALTER? anyone tried and changed?
How do you get the data to code the BMS macro?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How you can characterize tables in cobol?
What do you understand by psb and acb?
HOw can I get the negative sign while deduct high value from low value
What is the LINKAGE SECTION used in COBOL?
In COBOL, what is the different between index and subscript?
What is static and dynamic call in cobol?
Whats the difference between search & search ALL?
What is rmode(24)
how can i see junk values in dclgen or in hostvariable of comp ?
How do define dynamic array in cobol.
What is a scope terminator give example?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?