IBM MainFrame Question: Download IBM MainFrame PDF

How would find total records in files using seqientional?

Tweet Share WhatsApp

Answer:

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

Download IBM MainFrame PDF Read All 28 IBM MainFrame Questions
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?