Subprocedure Specifications
- P
- Procedure specifications describe the procedure-interface definition
of a prototyped program or procedure. Refer to Procedure Specifications for
a description of the entries on this specification.
- F
- File description specifications define the files used locally
in the subprocedure. Refer to File Description Specificationsfor a description
of the entries on this specification.
- D
- Definition specifications define items used in the prototyped
procedure. Procedure-interface definitions, entry parameters, and
other local items are defined on this specification. Refer to Definition Specifications for a description of the entries on this specification.
- C
- Calculation specifications perform the logic of the prototyped
procedure. Refer to Calculation Specifications for a description of the
entries on this specification.