4.1
SPECIFiCATiON
OF PROCEDURE
DIVISION
60229400
PROCEDURE DIVISION
4
Statements in the Procedure Division describe the operations
to
be performed
by the object program. Execution of the object program begins with the first
statement of the Procedure Division, excluding declaratives, and statements
are executed in order of appearance until they are exhausted. The order of
execution can be altered according to rules specified below.
Declaratives define procedures to be executed in addition to the standard error
and label record handling procedures of the input-output control system.
Procedures specified in a declarative are executed automatically under the
input-output control system according to conditions specified in a USE state-
ment. USE is the only declarative statement.
PROCEDURE DIVISION.
DECLARATIVES.
section-name-1 SECTION.
introductory- sentence -1.
paragraph-name-1.
END DECLARATIVES.
[section-name-2 SECTION.]
paragraph-name-2.
paragraph-name-3.
[section-name-n SECTION.]
paragraph-name-no
4-1
Need help?
Do you have a question about the 3300 and is the answer not in the manual?