What is the difference between NEXT SENTENCE and CONTINUE?
Answer Posted / guest
next sentence:control is skipped to next sentence after a
full stop,continue:control is skipped to the next
executable instruction after a scope terminator.so always
prefer continue rether than next sentence
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is search and searchall?what is the diffrence between them?give an best example?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Can a Search can be done on a table with or without Index?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between comp and comp-3 usage?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do we get current date from system with century in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the compute verb? How is it used?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?