Products: ABAQUS/Standard ABAQUS/Explicit
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 ) ...