pTAL Reference Manual (H06.03+)

Compiler Directives
HP pTAL Reference Manual523746-005
17-58
SOURCE
SOURCE
SOURCE reads source code from another source file.
file-name
is the name of a disk file from which the compiler is to read source code. On
Guardian platforms, the compiler uses HP TACL ASSIGN SSV information, if
specified, to complete the file name; otherwise, the compiler uses the current
default volume and subvolume names as needed.
define-name
is the name of a MAP DEFINE that refers to a disk file from which the compiler is
to read source code.
assign-name
is a logical file name you have equated to a disk file (from which the compiler is to
read source code) by issuing an ASSIGN command.
section-name
is an identifier specified within the included file by a SECTION directive. If the
compiler does not find section-name in the specified file, it issues a warning.
The list of section names can extend to continuation lines.
Note. MAP DEFINEs are available only on Guardian platforms.
SOURCE
file-name
define-name
assign-name
( section-name
,
)
VST173.vsd