adspace
If you are current on the owner of a set, what is the
difference between an obtain next and obtain first?
Actually in which topic will we use dis???Plz explain it
clearly
Answer Posted / Rituraj Pandey
In COBOL, 'Obtain Next' retrieves the next record from a file, while 'Obtain First' retrieves the first record. If no records exist, 'Obtain Next' returns an error, but 'Obtain First' simply leaves the file pointer at its initial position.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers