What is the difference between CONTINUE & NEXT SENTENCE ?

Answers were Sorted based on User's Feedback



What is the difference between CONTINUE & NEXT SENTENCE ?..

Answer / aji cherian

Continue - The control will go to the line next to a scope
terminator.
Next senece - The control will go to the next line after a
period symbol.

Is This Answer Correct ?    18 Yes 1 No

What is the difference between CONTINUE & NEXT SENTENCE ?..

Answer / mdvasanth86

continue -> NEXT STATEMENT
next sentence -> NEXT SENTENCE (After the period(.))

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


What are all the divisions of a COBOL program?

0 Answers  


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,






Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


how you read control card into array?

3 Answers   HCL,


Write the code to count the sum of n natural numbers.

0 Answers  


What is Alternate Index ? How is it different from regular index ?

2 Answers  


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  


input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 Answers  


Categories