HP 3000 Manuals

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


HP FORTRAN 77/iX Reference

VERSION Directive 

The VERSION directive inserts a string specified by the user into the
auxiliary record header of the executable file, for purposes of version
identification.

If the version string is longer than 72 characters, it is truncated to
72.

Syntax 

$VERSION {'version_id'}
         {"version_id"}

Default               None; nothing is inserted.

Location              The VERSION directive must appear before any
                      nondirective statement in a program unit, including
                      the program head.

Toggling/ Duration    The VERSION directive must be specified for each
                      program unit within which it is to take effect.



MPE/iX 5.0 Documentation