Interview Questions

Difference between next and continue clause

COBOL Interview Questions


(Continued from previous question...)

Difference between next and continue clause

The difference between the next and continue verb is that in the continue verb it is used for a situation where there in no EOF condition that is the records are to be accessed again and again in an file, whereas in the next verb the indexed file is accessed sequentially, read next record command is used.

(Continued on next question...)

Other Interview Questions