What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / shan
Adding to Answer #1, performing section will execute all the
paragraphs until next section comes or and EXIT statement is
defined.
Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
In COBOL, what is the different between index and subscript?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is length is cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
In COBOL programming, what is PERFORM? What is VARYING?
How do u write test cases?
For rewrite, why is it mandatory that file needs to be opened?
What is the Purpose of Pointer in the string?
how to access the file from prodution from changeman tool and to submit a file to production
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Define cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?