Previous: sysdef Up: ../plot79_s.html First: saxpy


SYSLOG

       SUBROUTINE  SYSLOG (LIST,LENLST)
 C$    (Write System Log)
 C$    This routine is  intended to provide  an installation  with
 C$    statistics related to  the use of  <PLOT79>.  It is  called
 C$    each  time  the  preprocessor  terminates  normally.    The
 C$    information recorded, and the method of recording, is  very
 C$    system-dependent, and if desired,  this routine may  simply
 C$    be a dummy.
 C$
 C$    For the DECSYSTEM-20  implementation, an  assembly-language
 C$    routine, GETJIN, returns information about the names of the
 C$    user and file directory, the run time, and whether the  job
 C$    is run interactively, or in batch.  In addition, an integer
 C$    vector, LIST(*), provided by the calling routine is written
 C$    to  the  statistics  file.    The  contents  of  this   are
 C$    determined by  the calling  routine, and  are not  examined
 C$    here.
 C$    (02-FEB-82)