Cobol Question:
Download Questions PDF

What is the difference between performing a SECTION and a PARAGRAPH?

Cobol Interview Question
Cobol Interview Question

Answer:

Performing a SECTION will cause all the paragraphs that are part of the section, to be performed. Performing a PARAGRAPH will cause only that paragraph to be performed.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
What the difference is between CONTINUE and NEXT SENTENCE?How do you define a sort file in JCL that runs the COBOL program?