.; .; ****** ACCGEN Version 7 ****** .; .; Steve Thompson, April 1981. .; .; School of Chemical Engineering .; Olin Hall .; Cornell University .; Ithaca .; NY 14853 .; .; *NOTE* This command file runs on RSX11M V3.2, V4.0 or V4.1 .; and builds the accounting package for those systems. .; .; Revision History: .; ----------------- .; .; SMT701 29 June 1981 Addition of reporting task RPT to .; ACCGEN. .; .; SMT702 29 June 1981 Correction of assembly bug if $PSWD not .; defined. .; .; SMT703 29 June 1981 Tidying up of ACCGEN layout in .; task-build section. .; .; SMT704 30 June 1981 Removal of some extraneous comments. .; .; SMT705 30 June 1981 Slight alteration of long dialogue. .; .; SMT706 2 July 1981 Addition of ACCGEN.ULB to contain the .; tasks required to set rates. .; .; SMT707 7 July 1981 Changes to comments required by the .; LOG... simulated logon feature. .; .; SMT710 10 July 1981 Removed ACCANSWER.DAT answer file from .; ACCGEN so that there is only one answer .; file of type CMD. Thus there is no need .; to rename the answer file between runs .; of ACCGEN. .; .; SMT715 13 July 1981 Small internal changes to ACCGEN, not .; affecting the operation of the system. .; .; SMT718 20 July 1981 Add the PAGOVR overlay to LOG... to .; deal with printed page accounting .; .; SMT730 28 July 1981 Changed handling of OBJ modules during task .; build phase, so that deletion as ACCGEN goes .; along is an option, and deletion of the lot .; at the end is an option. .; .; SMT742 4 Sept 1981 Changed name of pre-assembly file from .; ACCPREV7.MAC to ACCPRE.MAC for compatibility .; with future versions of the accounting .; software. .; .; SMT750 23 Sept 1981 Added support for the system load statistics .; feature to ACCGEN. An additional question was .; added right at the end. .; .; SMT753 7 Oct 1981 Changed names of conditional assembly .; parameters; see the files MODIFY.TXT and .; CONDEF.MAC for details. Also changed size of .; LOGLIB from 34 to 35 blocks. .; .; SMT758 7 Oct 1981 Added checks for the existence of the rates .; file RATES.CMD and the non-standard rates .; files NSCONNECT.CMD, NCCONNECT.CMD, NSCPU.CMD .; and NCCPU.CMD. .; .; SMT764 10 Oct 1981 Added AA$UFD in ACCPRE.MAC as a default. This .; causes the size of a UFD to be included in the .; size of a user's files during disk accounting. .; .; SMT769 12 Oct 1981 Defined a macro BATDV$ which produces the name .; of a batch stream device (in ACCPRE.MAC) .; .; SMT770 12 Oct 1981 Addition of NONSTAN.TSK and update of patch .; SMT758 .; .; SMT773 19 Oct 1981 Added support for memory usage accounting. .; .; SMT777 27 Oct 1981 Modified to correctly assemble and build the .; new overlaid version of RPT. .; .; SMT788 13 Nov 1981 Added overlay GACOVR to LOG... .; .; SMT793 19 Nov 1981 Added the ACL command. .; .; SMT804 16 Mar 1982 Allow units/dollars charging units to be an .; ACCGEN-selectable feature. .; .; SMT810 25 Mar 1982 Added support for the terminal watcher task .; WATCHR (requires TSF command support). .; .; SMT811 29 Mar 1982 Check for existence of HELV7.MAC and BYEV7.MAC .; before assembly (these files require .; construction by SLP before ACCGEN). .; .; SMT812 5 Apr 1982 Changed name of reporting task from RPT to .; RSU. .; .; SMT814 12 Apr 1982 Added RSX-11M V4.0 support. Many cosmetic .; changes and some new features to assist .; progress of ACCGEN. .; .; SMT815 12 Apr 1982 Made priority linking of accounting list a .; standard feature (used to be conditionalised .; on AA$PRQ). .; .; SMT820 21 Apr 1982 Changed name of MACNT to BAL. .; .; SMT826 30 Jun 1982 Added the DISKUSE command. .; .; SMT836 6 Sep 1982 Don't include EXEMC.MLB and RSXMC.MAC on .; assemblies where not required in order to .; speed the assembly process. .; .; SMT838 21 Sep 1982 Question text changes. .; .; SMT842 13 Apr 1983 Added support for Batch System version 3 .; (RSX-11M V4.0 only). .; .; SMT851 22 Jul 1983 Added RSX-11M V4.1 support (allowed V3 .; Batch to work with V4.1). Add code to .; ACCPRE.MAC to check system version with .; that specified during ACCGEN. .; .; SMT852 27 Jul 1983 Fixed problem with /PRIO switch to PRI .; when Queue Manager used to print .; assembly listing files. .; .ENABLE SUBSTITUTION .ENABLE GLOBAL .ENABLE ESCAPE .SETS $IDENT "V7.16" ! Specify version of ACCGEN. .SETS PRTPRI "40." ! Priority of Print Jobs (if Queue Manager used) .SETF $COMM .SETS LINK "TKB" .SETS $EDIT "EDI" ! Specify editor to be used by ACCGEN (extension). .IF P1 EQ "GO" .GOTO 10 ! @ACCGEN GO sets short comments and dives in. .SETS $EDIT P1 ! Use editor specified in command line ; ; '' '