TAL Reference Manual
Compiler Directives
TAL Reference Manual—526371-001
16-79
SEARCH Directive
5. After you correct any errors, you can recompile MYPROG as follows, assuming
there are no global initializations:
TAL /IN myprog/; USEGLOBALS talsym
SEARCH Directive
SEARCH specifies object files from which BINSERV can resolve unsatisfied external
references and validate parameter lists at the end of compilation.
By default, BINSERV does not attempt to resolve unsatisfied external references.
file-name
is the name of a disk object file from which BINSERV can resolve unsatisfied
external references. Specify the file names in the order in which you want the
search to take place.
You can specify partial file names as described in Appendix E in the
TAL Programmer’s
Guide
. The compiler uses the current default volume and subvolume names as needed
to complete file names. The compiler can also use TACL ASSIGN SSV information for
file names.
define-name
is the name of a TACL MAP DEFINE that refers to a disk object file from which the
compiler is to resolve unsatisfied external references.
assign-name
is a logical file name you have equated to a disk object file (from which the
compiler is to resolve unsatisfied external references) by issuing a TACL ASSIGN
command.
VST1653.vsd
file-name
define-name
,
( )
SEARCH
assign-name
file-name
define-name
assign-name