26.2.2 Obtaining the ABAQUS job name

Products: ABAQUS/Standard  ABAQUS/Explicit  

Reference

Overview

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.

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.

Example