HP 3000 Manuals

CONVERT_MPE_NAMES [ HP Pascal/iX Reference Manual ] MPE/iX 5.0 Documentation


HP Pascal/iX Reference Manual

CONVERT_MPE_NAMES 

CONVERT_MPE_NAMES is a System-Dependent HP-UX Option.

The CONVERT_MPE_NAMES compiler option converts file names in the
BUILDINT, INCLUDE, LISTINTR, and SYSINTR compiler options from MPE format
to HP-UX format.

The command line option +C also specifies this option.

Syntax 

     $CONVERT_MPE_NAMES$

Default       None.

Location      Anywhere.

Fully qualified HP-UX-format file names (those that begin with slash,
like '/mnt/srf/file') are not converted.

This option assumes an HP-UX directory structure that is modeled after
the MPE/iX accounting structure, in which all files reside in group-level
directories and groups are subdirectories of accounts.  This option
converts MPE/iX-format file names to lowercase letters.

For example, assume the HP-UX directory structure account/group, where
group is a directory containing the file f.  If a Pascal source program
contains the statement

     $INCLUDE 'F.Group.Account'$
[REV BEG]

then the compiler prefixes[REV END] the appropriate path information to
f, and searches for the resulting name (for example, if the compilation
is performed in the group-level directory, then the compiler includes the
file ../../account/group/f).



MPE/iX 5.0 Documentation