Logical Names
Cluster-wide logical name table (V7.2 and later):
$ ASSIGN/TABLE=LNM$SYSCLUSTER
$ DEFINE/TABLE=LNM$SYSCLUSTER
Requires SYSNAM privilege.
Examples:
$ DEFINE/TABLE=LNM$SYSCLUSTER
$ DEFINE/TABLE=LNM$SYSCLUSTER_TABLE
DEFINE/CLUSTER and ASSIGN/CLUSTER appear in V8.2.
Notes:
Logical names can also be created in a cluster-wide table. This was new in V7.2. Special system functions keep these tables synchronized on each node of the cluster.
The examples here show the convenience name available for the cluster-wide logical name table. LNM$SYSCLUSTER is provided. The translation of LNM$SYSCLUSTER is LNM$SYSCLUSTER_TABLE.
Notice that privileges are required to modify the cluster-wide logical name table are the same as for the system-wide logical name table.