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
Write a program to enter and display the names of students in a class using the occurs clause.
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?
Why occurs cannot be used in 01 level in COBOL?
What is amode(31)
how to move the records from file to array table. give with code example
How to remove 2 duplicate records and copy only one using job control language?
Which division and paragraphs are mandatory for a COBOL program?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is difference between static and dynamic call in cobol?
how do you reference the ksds vsam file formats from cobol programs
What are 77 levels used for?
What is the difference between comp and comp-3 usage?
How can you get the ksds file records into your cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the pertinent COBOL