Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (G)
Guardian Procedure Calls Reference Manual—522629-013
6-41
GROUPIDTOGROUPNAME Procedure
(Superseded by GROUP_GETINFO_ Procedure )
Parameters
id-name input, output
INT:ref:4
On input, contains the group ID to be converted to a group name. The group ID is
passed in the form:
id-name.<8:15> = group ID {0:255}
On return, contains the group name associated with the specified group ID in the
form:
id-name FOR 4 = group name (blank-filled)
Condition Code Settings
< (CCL) indicates that a required parameter is missing, that a buffer is out of
bounds, or that an I/O error occurred when accessing the
$SYSTEM.SYSTEM.USERID file.
= (CCE) indicates that the designated group name is returned.
> (CCG) indicates that the specified group ID is undefined.
Example
INT .NAME^ID [ 0:3 ] := 8; !this is ACCTING group!
.
.
.
CALL GROUPIDTOGROUPNAME (NAME^ID); !on return,
!name^id = "ACCTING "