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.