GETUID USER'S GUIDE - J. W. BROWN - 1981-OCT-01 Purpose: Get UIC of current (calling) process. Usage: INTEGER UIC CALL GETUID( UIC) Output: UIC is set to a value which, when printed in an I-format will look like the octal display usually produced by VMS. For example, if GETUID is called in a process belonging to user [123,321], the value of UID when printed with FORMAT(I6) will be 123321. Note: To get the Group and Member fields separately, see GETUIC. Status: In build:[BLDARCH.LIB]OPSLIB.OLB .