PROGRAM-ID.

The PROGRAM-ID paragraph specifies the name by which a program is identified and assigns selected program attributes to that program.

Format.

          PROGRAM-ID. program-name AS literal-1

                   [ [ IS ] { INITIAL   } ] [ PROGRAM ] .
                            { RECURSIVE }

Notes.

literal-1 defines the external name for the program. If literal-1 is not given, then program-name, shifted to all lowercase, is used as external name.