IBM MainFrame Question:

How would find total records in files using seqientional?

IBM MainFrame Interview Question
IBM MainFrame Interview Question

Answer:

We can increment the count for each reading of record in a file.
Read file
count = count + 1
At end
display count


Previous QuestionNext Question
Can 88 level variable be declared in FD section?What is label record is standard or omitted in file description of data division?