EMS Manual
Compiled Filters
EMS Manual—426909-005
5-46
Compiler Invocation
NOLIST Directive
The NOLIST directive causes current source statements to be excluded from the
compiler output file. For details, see also the LIST directive.
SOURCE Directive
The SOURCE directive causes the compiler to include language text from the specified
file.
file-name
is a file name of an EDIT file (file code 101) with language text.
Consideration
Text to be expanded by TACL (that is, text within brackets) must be wholly contained in
one file because TACL expansions for the whole file are performed before any
SOURCE directives take effect.
Compiler Invocation
The compiler reads a filter specification in an EDIT file and produces a filter object file.
To run the compiler from TACL:
source
is the filter specification. If source is a file name, use the IN keyword. If source is
a TACL variable name, use the INV keyword.
listing
is the listing destination. If listing is a file name, use the OUT keyword. If
listing is a TACL variable name, use the OUTV keyword.
?NOLIST
?SOURCE file-name
EMF / [ { IN } source ]
{ INV }
[ , { OUT } listing ]
{ OUTV }
[ , run-option ] ...
/ [ object-file ]