Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / vinutna koritala
continue will skip control to next executable instruction
after scope terminator. Next sentence will pass control to
next sentence after fullstop.Always prefer continue
statement.
| Is This Answer Correct ? | 16 Yes | 15 No |
Post New Answer View All Answers
What are the pertinent COBOL
What is the difference between comp and comp-3?
What are the different rules for performing sort operation?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Are you comfortable in cobol or jcl?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is Pic 9v99 Indicates in COBOL?
What is the LINKAGE SECTION used in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different open modes available in cobol?
What guidelines should be followed to write a structured cobol prgm?
i need a small 3d program using inline and outline.
Whats the difference between search & search ALL?
explain sorting techniques in cobol program?
What is report-item in COBOL?