SET (DRM_HIERARCHY)
Sets the UID file or files to be used with VAXTPU.
Syntax
SET (DRM_HIERARCHY, filespec, [filespec...])
Parameter
filespec A string that is the name of a UID file to be used
with VAXTPU. You must specify at least one file
name, and you may specify more than one. By
default, the logical SYS$LIBRARY: and the file
type .UID are appended to the beginning and end,
respectively, of the file name you specify.
Example
The following statement designates the User Interface Definition (UID)
file MYNODE$DUA0:[SMITH]EXAMPLE.UID as a file to be used with VAXTPU to
create widgets needed by the layered application:
example_hierarchy := SET (DRM_HIERARCHY,
"mynode$dua0:[smith]example.uid");