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.
The following topics are discussed:
ProductsAbaqus/StandardAbaqus/Explicit
character*256 JOBNAME ... CALL GETJOBNAME( JOBNAME, LENJOBNAME ) CALL VGETJOBNAME( JOBNAME, LENJOBNAME ) ...
Character string to receive the value of the job name.
Length of the character string JOBNAME.