Difference between next and continue clause
Answer Posted / anil prajapati
When we use CONTINUE.it will take the execution control to
statement after the immediate explicit scope terminator.
and NEXT SENTENCE will take the execution control to
statement after the immediate period.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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?
What rules are to be followed while using the corresponding options?
how do you reference the variable unblock file formats from cobol programs
What are declaratives and what are their uses in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Have you used comp and comp-3 in your project? And how?
What is comp-1 and comp-2?
What is the difference between structured cobol programming and object alternativelyiented cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is static and dynamic call in cobol?
What is the difference between Call and a Link?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What are literals?