Obtaining the Abaqus Job Name

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.

This page discusses:

Utility Routine Interface

character*256 JOBNAME
...
CALL GETJOBNAME( JOBNAME, LENJOBNAME )
CALL VGETJOBNAME( JOBNAME, LENJOBNAME )
...

Variables Returned from the Utility Routine

JOBNAME

Character string to receive the value of the job name.

LENJOBNAME

Length of the character string JOBNAME.