Trailing-Edge
-
PDP-10 Archives
-
k20v7b
-
manuals/usag20.doc
There are 16 other files named usag20.doc in the archive.  Click here to see a list.
USAG20.DOC -- Version 3(4)
October 1981
COPYRIGHT (C) 1978,1980,1982 BY
DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS.
THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND  COPIED
ONLY  IN  ACCORDANCE  WITH  THE  TERMS  OF  SUCH  LICENSE AND WITH THE
INCLUSION OF THE ABOVE COPYRIGHT NOTICE.  THIS SOFTWARE OR  ANY  OTHER
COPIES  THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY
OTHER PERSON.  NO TITLE TO AND OWNERSHIP OF  THE  SOFTWARE  IS  HEREBY
TRANSFERRED.
THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE  WITHOUT  NOTICE
AND  SHOULD  NOT  BE  CONSTRUED  AS  A COMMITMENT BY DIGITAL EQUIPMENT
CORPORATION.
DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR  RELIABILITY  OF  ITS
SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL.
USG3.DOC                                                        Page 2
USAG20.DOC -- Version 3(4)
October 1981
1.0  SUMMARY
USAG20 is a general purpose downstream billing program with Category C
support.   It  uses  the new USAGE file format (see DECSYSTEM-20 USAGE
File Specification for a complete description) as input and optionally
outputs four reports.  These are:
     1.  System usage sorted by user name.
     2.  System usage sorted by account.
     3.  Disk usage sorted by directory name.
     4.  Disk usage sorted by account.
Read USAG20.HLP for instructions on running this program.
The released version of USAG20.EXE does not depend  on  any  software.
However,  if you wish to recompile this program, COBOL V12 and SORT V4
or later will be needed.
2.0  EXTERNAL CHANGES
None.
3.0  KNOWN BUGS AND DEFICIENCIES
None.
4.0  INSTALLATION INSTRUCTIONS
4.1  Files Needed to Run USAG20
USAG20 consists of one file, USAG20.EXE.
The input files needed are a USAGE file and a file  called  USAG20.CHG
which contains the rates.
USG3.DOC                                                        Page 3
4.2  Instructions for Loading and Installing USAG20
Mount the tape labeled Tools Tape on MTA0:   and  type  the  following
commands:
     R DUMPER
     TAPE MTA0:
     REWIND
     DENSITY 1600-BPI
     SKIP 10
     RESTORE <*>USAG20.CHG (TO) SYS:*.*.-1,
     *>USAG20.EXE (TO) SYS:*.*.-1
     REWIND
4.3  Files Needed to Build USAG20
USAG20 is built from the following files:
     USAG20.CBL
     USAG20.LIB
4.4  Instructions for Building USAG20
Mount the tape labeled Tools Tape on MTA0:   and  type  the  following
commands:
     R DUMPER
     TAPE MTA0:
     REWIND
     DENSITY 1600-BPI
     SKIP 10
     RESTORE <*>*.*.* (TO) <self>*.*.*
     REWIND
     ^C
     COBOL
     =USAG20/L,USAG20/C
     ^C
     LOAD USAG20
     SAVE USAG20
4.5  Description of Other Files Distributed with USAG20
USAG20.TXT is an ASCII file of the library file  USAG20.LIB.   If  the
program  LIBARY  is  not  available,  this  file  is  distributed  for
perusual.
5.0  INTERNAL CHANGES
Refer to USAG20.TCO for detailed information of changes to USAG20.
USG3.DOC                                                        Page 4
6.0  SUGGESTIONS
Make a detailed report so that the  items  listed  will  be  entry  by
entry.
[End of USG3.DOC]