DSM Template Services Manual
Template Language
DSM Template Services Manual—427187-004
3-7
VERSION Statement
VERSION Statement
The VERSION statement lets you assign a version to the templates of the template
object file. This version is displayed by TEMPLI, the Template Installation Program,
whenever it reads the templates.
product-version
is a string of up to 50 characters surrounded by quotes. The characters are
accepted as entered. They are not upshifted or altered.
Example
This VERSION statement makes the templates of the template object file belong to a
product version with the specified name and date:
VERSION: "T9999D20 - 15AUG98"
DICT Statement
If present, the DICT statement specifies the subvolume of the DDL dictionary for this
compilation. Names of constants, token codes, token maps, enumeration types, token
types, and subsystem IDs are among the entities defined in this dictionary.
DDL-subvol
is the subvolume of the DDL dictionary.
If you omit the DICT statement, the Template Compiler looks for the DDL dictionary in
the default subvolume.
Example
This example shows a DICT statement:
DICT: $DATA.ABC
SSID Statement
The SSID statement gives the subsystem ID (internal form) of the current subsystem or
management application. All templates derived from this template source file are
included in the resident and nonresident template files. Each of these templates uses
this subsystem ID as part of its key. A subsystem ID in internal form consists of a
subsystem owner, a subsystem number, and a subsystem version that together
uniquely identify the subsystem or management application. For more information on
subsystem IDs, see the
Distributed Systems Management (DSM) Manual
.
VERSION: "product-version"
[ DICT: DDL-subvol ]