next up previous index
Next: Z100 Get User Up: CERNLIB Previous: Z044 Identify Job

Z045 Identify Job as Running in Batch Mode

Routine ID: Z045
Author(s): J. Shiers, C. VosickiLibrary: KERNLIB, VAX only
Submitter: Submitted: 01.04.1994
Language: FortranRevised:

IFBATCH allows an executing module to determine whether it is running in batch mode or not.

Structure:

FUNCTION subprogram
User Entry Names: IFBATCH

Usage:

In any logical expression,

    IFBATCH()
has the value .TRUE. if the module is executing in batch mode and .FALSE. otherwise. Note that IFBATCH must be declared LOGICAL in the calling routine.

Z100


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