Products: Abaqus/Standard Abaqus/Explicit
“User subroutines: overview,” Section 18.1.1 of the Abaqus Analysis User's Guide
“Using the Abaqus environment settings,” Section 3.3.1 of the Abaqus Analysis User's Guide
“UWAVE and UEXTERNALDB,” Section 4.1.27 of the Abaqus Verification Guide
Utility routines GETENVVAR and VGETENVVAR can be called from any Abaqus/Standard or Abaqus/Explicit user subroutine, respectively, to obtain the value of an environment variable.
character*256 ENVVAR ... CALL GETENVVAR( 'ENVVARNAME', ENVVAR, LENVVAR ) CALL VGETENVVAR( 'ENVVARNAME', ENVVAR, LENVVAR ) ...
ENVVARNAME
Environment variable name.
ENVVAR
Character string to receive the value of the environment variable.
LENVVAR
Length of the character string ENVVAR.