GETUIC USER'S GUIDE - J. W. BROWN - 1981-JUL-02 - REVISION 0 Purpose: Get UIC of current (calling) process. Usage: INTEGER GROUP, MEMBER, UIC CALL GETUIC( GROUP,MEMBER) UIC = 256*GROUP + MEMBER Outputs: GROUP and MEMBER are INTEGER*4. They are set to the (binary) values of the group and member parts of the UIC. Each may be in the range 0-255. Remember that VMS usually displays these in OCTAL, so printing with an I format will give unexpected results. To format the UIC for printing in a familiar form, use: WRITE (*,10) GROUP,MEMBER 10 FORMAT(' UIC=[',2O3,']') ^ (note this is a letter O) Status: In build:[BLDARCH.LIB]OPSLIB.OLB .