Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / abhilash
Its simple
Both mean transfer of control.
Continue - Will transfer control to next statement after
explicit scope terminator.( end-if, end-perform etc.)
Get Next - Will transfer control to next statement after
Implicit scope terminator (. operator)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
What are the different rules of SORT operation?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is report-item in COBOL?
What is the problem of ordered sequential files access?
Write some characteristics of cobol as means of business language.
When is inspect verb is used in cobol?
What are literals?
What is the difference between external and global variables in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the ksds vsam file formats from cobol programs
What are the cobol coding sheets?
Which division and paragraphs are mandatory for a COBOL program?
What is perform what is varying?
what is the use of outrecord?