Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / krishna kumar
NEXT SENTENCE gives control to the verb following the next
period(.) while CONTINUE gives the control to the next verb
after the END-IF.
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
Write down the divisions of cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
what is the use of outrecord?
What is length is cobol?
What are all the divisions of a COBOL program?
Can we redefine the field of x(200) to less than 200?
What are the access modes of START statement?
Explain how to differentiate call by context by comparing it to other calls?
What is the local-storage section?
What is the Purpose of Pointer in the string?
How arrays can be defined in COBOL?
How do you get the data to code the BMS macro?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?