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

in a indexed file what is procedure for read the records from 12 to 18. please give the code example

2 Answers   L&T,


How do we get current date from system with century?

2 Answers  


What are different data types in cobol?

0 Answers  


What do you understand by psb and acb?

0 Answers  


What is the size of s9(19)comp3? explain

8 Answers  






how to resolve the file status 47.......

1 Answers   MMM,


i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


how do you reference the fixed unblock file formats from cobol programs

0 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


Categories