[comp.os.vms] Easy Questions

LEICHTER@VENUS.YCC.YALE.EDU ("Jerry Leichter ", LEICHTER-JERRY@CS.YALE.EDU) (07/03/88)

	What system service call or RTL routine can be called from a FORTRAN
	program to identify the user?  I am looking for something similar to
	the DCL function F$USER().

SYS$GETJPI, UIC itemcode.  There is a LIB$GETJPI procedure as well; it
provides a simpler interface.
							-- Jerry