IBM MainFrame Question:
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
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? |