Difference between next and continue clause

Answer Posted / anil prajapati

When we use CONTINUE.it will take the execution control to
statement after the immediate explicit scope terminator.
and NEXT SENTENCE will take the execution control to
statement after the immediate period.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) How do u handle errors in BMS macro

1695


Name some of the examples of COBOl 11?

2880


How to print 10 to 1 if the input have only 10 digit number?

1021


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

889


What is static and dynamic call in cobol?

779


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.

5410


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.

3941


What are all the divisions of a COBOL program?

878


How do you reference the fixed block file formats from cobol programs

903


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6075


Write a program to enter and display the names of students in a class using the occurs clause.

909


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2228


How many bytes S(8) comp field occupy and its maximum value?

1845


Name the divisions, which are available in a cobol program?

916


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17503