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
What is a scope terminator give example?
Can we change the password using ALTER? anyone tried and changed?
What is the compute verb? How is it used?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Mention the guidelines to write a structured cobol program?
What is rmode(any) ?
how do you reference the rrds file formats from cobol programs
What are 77 levels used for?
What is Pic 9v99 Indicates in COBOL?
) what is the difference between AID and HANDLE AID?
Define static linking and dynamic linking.
What is a SSRANGE and NOSSRANGE?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are declaratives and what are their uses in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps