This is a discussion on Is there any difference?? within the COBOL forums, part of the Programming Talk category; Hi All, I wanted to transfer control to next verb after explicit scope terminator. In this situation I am confused ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there any difference??
Hi All,
I wanted to transfer control to next verb after explicit scope terminator. In this situation I am confused whether to use NEXT SENTENCE or CONTINUE in my program. Do both CONTINUE and NEXT SENTENCE functions the same way. If not what is the difference. Somebody provide a brief answer to this query. Regards, Blenda |
|
|||
|
In a nutshell if you don’t want to do any action that is do nothing then take up CONTINUE verb. But in contrast NEXT SENTENCE is actually an unconditional branch to whatever follows the next period. In effect, it is a restricted form of GO TO
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux vs. Windows web Hosting, does it make a difference? | sanereddy | Unix Articles and Tutorials | 7 | 04-23-2006 01:39 PM |
| Difference between pentium 3 and pentium... | JobHelper | Tech FAQ | 0 | 04-17-2006 01:30 PM |
| what is difference between terminal service and remote desktop | techguru | Interview Questions | 1 | 04-17-2006 08:14 AM |
| Difference between Data Warehousing and Datamart | kalareddy | Data Warehousing | 2 | 04-12-2006 10:30 PM |
| Difference between .jar .war & .ear | ajagania | Java Tutorials | 2 | 10-21-2004 09:03 AM |