IBM MainFrame Question:
Download Job Interview Questions and Answers PDF
How would find total records in files using seqientional?
Answer:
We can increment the count for each reading of record in a file.
Read file
count = count + 1
At end
display count
Read file
count = count + 1
At end
display count
Download IBM MainFrame Interview Questions And Answers
PDF
Previous Question | Next Question |
Can 88 level variable be declared in FD section? | What is label record is standard or omitted in file description of data division? |