Products: Abaqus/Standard Abaqus/Explicit
“User subroutines: overview,” Section 18.1.1 of the Abaqus Analysis User's Guide
“UWAVE and UEXTERNALDB,” Section 4.1.27 of the Abaqus Verification Guide
Utility routines GETJOBNAME and VGETJOBNAME can be called from any Abaqus/Standard or Abaqus/Explicit user subroutine, respectively, to obtain the name of the current job.
character*256 JOBNAME ... CALL GETJOBNAME( JOBNAME, LENJOBNAME ) CALL VGETJOBNAME( JOBNAME, LENJOBNAME ) ...
JOBNAME
Character string to receive the value of the job name.
LENJOBNAME
Length of the character string JOBNAME.