home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2785 / README < prev    next >
Encoding:
Text File  |  1991-02-20  |  1.7 KB  |  38 lines

  1.     splmgr - SNA RJE print spool manager
  2.  
  3.     This is a interactive utility for SNA RJE print spool management.
  4.     It presents print files in list format to the user, displaying
  5.     pertinent information about the file such as jobname, date, time,
  6.     line count, etc.  The user may perform a variety of functions
  7.     on the file such as print, view and delete.  Additionally, many
  8.     of these singular operations may be done en masse on "tagged" or
  9.     "untagged" files.
  10.  
  11.     Currently this distribution supports SNA RJE print files,
  12.     I have diffs for BSC RJE if anyone wants them.  The JES2
  13.     job information retrieved from the 1st banner line with each
  14.     print file may vary between IBM hosts.  Hack as you see fit.
  15.  
  16.     This software was developed and tested on an NCR Tower 32/650
  17.     running OS 3.00.01 (SYS5R3).  If you are running on OS 2.xx 
  18.     (SYS5R2) you will need to get Doug Gwyn's portable directory
  19.     routines (opendir, closedir et al) and install them prior to
  20.     building this application.
  21.  
  22.     Currently this distribution supports SNA RJE print files,
  23.     I have diffs for BSC RJE if anyone wants them.  The JES2
  24.     job information retrieved from the 1st banner line with each
  25.     print file may vary between IBM hosts.  Hack as you see fit.
  26.  
  27.     The program is built thru the provided Makefile, edit it to
  28.     fit your needs and just 'make'.  The program runs setuid to
  29.     root, and does a chdir to the directory where your print files
  30.     live.  RJE print files are normally owned by srje and users
  31.     therefore delete them, hence the need for setuid permissions.
  32.     If you don't have root permissions on your system, request
  33.     your administrator to install this program.
  34.  
  35.     Arthur W. Neilson III
  36.     art@{bohtsg|pilikia}.pegasus.com
  37.     Feb 7, 1991
  38.