Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
8-45
USERIDTOUSERNAME
(Superseded by USER_GETINFO_) Returns the user name, from
$SYSTEM.SYSTEM.USERID, that is associated with a designated user ID.
<0:3> Unused.
<4:6> Read.
<7:9> Write.
<10:12> Execute.
<13:15> Purge.
0 = A (any local user).
1 = G (any local group member).
2 = O (only the local owner).
3 = not used.
4 = N (any network user).
5 = C (any network group/community user).
6 = U (only the network owner).
7 = - (only the local super ID (255,255)).
< (CCL) A required parameter is missing, a buffer is out of bounds, or an I/O error
occurred on the user ID file ($SYSTEM.SYSTEM.USERID).
= (CCE) The default information is returned for the specified user.
> (CCG) The specified user ID or user name is undefined.
CALL USERIDTOUSERNAME ( id-name );
id-name, INT:ref:8 input, output
< (CCL) The value ofid-name is out of bounds, or an I/O error
occurred in the $SYSTEM.SYSTEM.USERID file.
= (CCE) The designated user name returned.
> (CCG) The specified user ID is undefined.