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

how to transfer the file from pc to mainframe??

2 Answers  


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.

4 Answers  


What compiler option would you use for dynamic linking?

2 Answers  


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

0 Answers   Steria,






what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


Discuss about changing dataset name in proc.

0 Answers  


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


What is the difference between COMP & COMP-3 ?

2 Answers  


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


when COMP-3 is preferrable?

3 Answers   Patni,


Categories