What is the difference between CONTINUE & NEXT SENTENCE ?
Answer Posted / mdvasanth86
continue -> NEXT STATEMENT
next sentence -> NEXT SENTENCE (After the period(.))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between perform … with test after and perform … with test before?
What are the pertinent COBOL commands?
What is Pic 9v99 Indicates in COBOL?
What are the pertinent COBOL
how to refer the data field?
Why occurs cannot be used in 01 level in COBOL?
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.
Write down the divisions of cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between external and global variables in COBOL?
what is the difference between COBOL2 AND COBOL390?
what is search and searchall?what is the diffrence between them?give an best example?