Product: Abaqus/Standard
“User subroutines: overview,” Section 14.2.1 of the Abaqus Analysis User's Manual
“Using the Abaqus environment settings,” Section 3.3.1 of the Abaqus Analysis User's Manual
“UWAVE and UEXTERNALDB,” Section 4.1.27 of the Abaqus Verification Manual
Utility routine GETENVVAR can be called from any Abaqus/Standard user subroutine to obtain the value of an environment variable.
character*256 ENVVAR ... CALL GETENVVAR( '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.