next up previous index
Next: Z203 Short List Up: CERNLIB Previous: Z045 Identify Job

Z100 Get User Job Name

Routine ID: Z100
Author(s): J. Blake, J. Hart, T. LindelöfLibrary: KERNLIB
Submitter: T. LindelöfSubmitted: 15.09.1978
Language: AssemblerRevised:

OBSOLETE

Please note that this routine has been obsoleted in CNL 219. Users are advised not to use it any longer and to replace it in older programs. No maintenance for it will take place and it will eventually disappear.
Suggested replacement: None

JOBNAM returns the name of the job, left-justified, blank-filled, 10 characters on CDC, 8 characters on IBM.

Structure:

SUBROUTINE subprogram
User Entry Names: JOBNAM

Usage:

CDC:

 JNAME,...
 ACCOUNT,...
    ...
    CALL JOBNAM(J)
sets J to 'JNAMExy ', where xy is provided by the system.
IBM:
//UUUGGNAM JOB UUU$GG,...
    ...
    DOUBLE PRECISION J
    ...
    CALL JOBNAM(J)
sets J to 'UUUGGNAM'.

Z203


Janne Saarela
Mon Apr 3 15:06:23 METDST 1995