Guardian Procedure Calls Reference Manual

OSS Considerations
The initdir parameter indicates the OSS pathname for the initial working directory for the
specified user in an OSS environment.
The initprog parameter returns the OSS pathname for the initial program for the specified
user in an OSS environment.
Example
REALLEN := 0;
ERROR := USER_GETINFO_ (USERNAME:MAXLEN, REAL^LEN, USER^ID);
! Get the username corresponding to a user ID
USER_GETINFO_ Procedure 1457