Difference between next and continue clause
Answer Posted / mithun
CONTINUE will take the execution control to statement after
the immediate explicit scope terminator. NEXT SENTENCE will
take the execution control to statement after the immediate
period.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between binary search and sequential search?
What is inspect in cobol ?
What guidelines should be followed to write a structured cobol prgm?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is a scope terminator give example?
Write the code implementing the perform … varying.
What is static and dynamic call in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Have you used comp and comp-3 in your project? And how?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you define single dimensional array and multidimensional array in your cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..