Z045: Identify Job as Running in Batch Mode

Author(s): J. Shiers, C. Vosicki Library: KERNLIB, VAX only
Submitter: Submitted: 01.04.1994
Language: Fortran Revised:

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.
tex2html_wrap_inline51

Michel Goossens Wed Jun 5 10:00:41 METDST 1996