Library /sys$common/syshlp/uafhelp.hlb SHOW, /IDENTIFIER, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.UAF> SHOW/IDENTIFIER/FULL INVENTORY The command in this example would produce output similar to the following: Name Value Attributes INVENTORY %X80010006 NORESOURCE NODYNAMIC Holder Attributes ANDERSON NORESOURCE NODYNAMIC BROWN NORESOURCE NODYNAMIC CRAMER NORESOURCE NODYNAMIC 2.UAF> SHOW/IDENTIFIER/USER=ANDERSON This command displays the identifier associated with the user ANDERSON, as follows: Name Value Attributes ANDERSON [000300,000015] NORESOURCE NODYNAMIC The identifier is shown, along with its value and attributes. Note, however, that this is the same result you would produce had you specified ANDERSON's UIC with the following forms of the command: UAF> SHOW/IDENTIFIER/USER=[300,015] UAF> SHOW/IDENTIFIER/VALUE=UIC:[300,015]
|