how would find total records in files using seqientional
Answer Posted / guest
We can increment the count for each reading of record in a file.
Read file
count = count + 1
At end
display count
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different types of condition in cobol and write their forms.
Write down the divisions of cobol program?
what are decleratives in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Explain how you can characterize tables in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is the use of outrecord?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Have you used comp and comp-3 in your project? And how?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can we change the password using ALTER? anyone tried and changed?
what happens if parmparameter passes zero bytes to the program
Why would you use find and get rather than to obtain?
how do you reference the rrds file formats from cobol programs