HP 3000 Manuals

LIST Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation


HP FORTRAN 77/iX Reference

LIST Directive 

The LIST directive turns on or off inclusion of the source program in the
listing file, starting with the line after the one containing the option.

Syntax 

$LIST [ON ]
      [OFF]

ON               The source program is included in the listing program.

OFF              Only diagnostics go into the list file.

                 Other list directives such as CODE_OFFSETS and TABLES
                 have no effect until LIST is turned ON again.

Default               On; the source program is included in the listing
                      file.

Location              The LIST directive can appear anywhere within the
                      program unit.

Toggling/ Duration    Applies until the next LIST directive, if any,
                      changes it.



MPE/iX 5.0 Documentation