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

Answers were Sorted based on User's Feedback



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

Answer / 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

More COBOL Interview Questions

Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above

7 Answers   TCS,


example for sub strings ? and refernce modifications whit output pls

0 Answers   College School Exams Tests, IBM,


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,






what is the diff b/w select stsmt and cursor ?

2 Answers  


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


where did you see the information regarding abend codes in jcl?

1 Answers   Hewitt,


Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


explain sorting techniques in cobol program?

0 Answers  


How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

3 Answers  


whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?

9 Answers  


Categories