Utility Routine Interface character*256 ENVVAR ... CALL GETENVVAR( 'ENVVARNAME', ENVVAR, LENVVAR ) CALL VGETENVVAR( 'ENVVARNAME', ENVVAR, LENVVAR ) ...
Variables Returned from the Utility Routine ENVVAR Character string to receive the value of the environment variable. LENVVAR Length of the character string ENVVAR.