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
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How you can characterize tables in cobol?
Which is not true about evaluate statement
What are different data types in cobol?
Difference between cobol and cobol-ii?
) how do u code after getting data?
) How do u handle errors in BMS macro?
Why occurs cannot be used in 01 level in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
In COBOL programming, what is PERFORM? What is VARYING?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between perform … with test after and perform … with test before?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?