HP 3000 Manuals

IDENTIFICATION DIVISION Format [ HP COBOL II/XL Reference Manual ] MPE/iX 5.0 Documentation


HP COBOL II/XL Reference Manual

IDENTIFICATION DIVISION Format 

The IDENTIFICATION DIVISION has the following format:

	       Click here to view figure.
            

In this format, the paragraph headers identify the kind of information
that each paragraph contains.  Thus, in the PROGRAM-ID paragraph, you
specify the name of your program; in the AUTHOR paragraph, you generally
enter your own name.

The IDENTIFICATION DIVISION can not be abbreviated to ID DIVISION in the
contained programs within a nested program.  Only the outermost
containing program can abbreviate IDENTIFICATION to ID.



MPE/iX 5.0 Documentation