Procedure division structure
The PROCEDURE DIVISION is an optional division.
- Program procedure division
- The program procedure division consists of optional declaratives, and procedures that contain sections, paragraphs, sentences, and statements.
Format: procedure division
Notes:
- 1 The USE statement is described under USE statement.
- 2 Section-name can be omitted. If you omit section-name, paragraph-name can be omitted.
- 3 Priority-numbers are not valid for recursive programs.