DSM Template Services Manual
Template Compiler
DSM Template Services Manual—427187-004
4-5
DICT Command
DICT Command
This DICT command specifies the location of the DDL dictionary for the compiler to
open.
subvolume
is the subvolume containing the DDL dictionary for the compiler to open.
Considerations
•
The DICT command can appear in the compiler command line or in the template
source file prior to the first source statement.
•
The question mark (?) must be in the first column of the template source file.
•
In the absence of a DICT command, the compiler looks for a DDL dictionary in the
same subvolume as the template source (IN) file when it encounters the first
template source statement.
•
Only one DICT command is allowed in the input stream.
[NO]WARN Command
The [NO]WARN command enables or disables the reporting of a specified warning
message.
warn-number
is the number of a warning message for the compiler to report (or not report if you
use NO).
Considerations
•
The [NO]WARN command can appear in the compiler command line or anywhere
within the template source file.
•
The question mark (?) must be in the first column of the template source file.
•
WARN warn-number enables the reporting of the specified warning message.
NOWARN warn-number disables the reporting of the specified warning message.
•
WARN without a number enables the reporting of all warning messages. NOWARN
without a number disables all warning messages.
•
The [NO]WARN command can appear more than once within a single source file.
?DICT subvolume
?[NO]WARN warn-number