NET/MASTER Network Control Language (NCL) Reference Manual
SWGUID
Verbs
106126 Tandem Computers Incorporated 3–185
Example
The following example is a complete NCL procedure, showing SWGUID. If the value
of the Guardian user ID (100,112) is not allowed, the procedure does not change the
Guardian user ID; if the value (100,112) is allowed, it becomes the new Guardian user
ID:
ONPROC: PROCEDURE
SAY NCL PROC GUID IS &SYS.GUID.GROUP ", "&SYS.GUID.USER
SWGUID NUMBER=(100,112)
SAY NCL PROC GUID IS &SYS.GUID.GROUP ", "&SYS.GUID.USER
END ONPROC