InterviewSolution
Saved Bookmarks
| 1. |
What Divisions, Sections And Paragraphs Are Mandatory In A Cobol Program? |
|
Answer» Identification DIVISION and PROGRAM-Id PARAGRAPH are mandatory in a COBOL program. Identification Division and Program-Id paragraph are mandatory in a COBOL program. |
|