Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / mahalakshmi
the flow of the program for next sentence the control ll
move to . period. in continue the control will go to the
next line.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
Differentiate between structured cobol programming and object-oriented cobol programming.
How do u write test cases?
How you can characterize tables in cobol?
how do you reference the printer file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?
What are the different rules of SORT operation?
What is the difference between goback, stop run and exit program in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the compute verb? How is it used?
What is a scope terminator give example?
Which mode is used to operate the sequential file?
How do we get current date from system with century in COBOL?
What is the difference between Global and External Variables?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)