Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.

Answer Posted / shubha

continue is no operation stmt, which transfers the control
to next stmt.

where as 'next sentence' transfers the control to next
sentence.

Is This Answer Correct ?    29 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the code implementing the perform … varying.

643


In which area will you utilize 88 level items in cobol?

720


What is the utilization of copybook in cobol?

655


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8650


What is an in line perform? When would you use it? Anything else you wish to say about it.

643






What is the difference between comp and comp-3 usage?

678


What is the LINKAGE SECTION used in COBOL?

887


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

644


Which division and paragraphs are mandatory for a COBOL program?

707


explain sorting techniques in cobol program?

686


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

652


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

685


How do we get current date from system with century in COBOL?

805


What are 77 levels used for?

659


What is redefines clause in COBOL?

847