1                                                                   1
-
           INSTALLATION INSTRUCTIONS FOR EXISTING INSTALLATIONS
+          ____________ ____________ ___ ________ _____________
0                             September 1981
-         Starting with distribution 4.3 the MTS file system uses the
     VAMX disk format rather than the IBM TSS VAM2 format employed in
     previous  distributions.   If  your  installation  has  not  yet
     converted  from  the  VAM2 or old VAMX formats, you must perform
     this conversion before installing most of the  major  components
     of  Distribution  5.0.   See  the installation instructions that
     were included with D4.3 together with additional  comments  that
     were  included  in the D4.3A driver file for more information on
     the conversion process.  The rest of this writeup  assumes  that
     the conversion has already been done.
0         The following steps give the basic procedure to be followed
     to   install   this  distribution  at  installations  which  are
     currently  running  the  previously  distributed   system.    At
     installations  where  substantial changes have been made to that
     system or where it is not desired that all of this  distribution
     be  installed  at  once, this procedure will have to be modified
     accordingly.
0    1.    Restore DASDI (598/3) and DISKCOPY (724/3) to your current
           system from the D5.0 FS tapes (the D4.3 versions of  these
           programs  might work, but several problems have been fixed
           in the D5.0 versions).  Note that  component  724/3  is  a
           special  version  of the D5.0 DISKCOPY that will work in a
           D4.3  system.   You   should   consult   the   appropriate
           distribution driver file index (item 20003A or 20003B) for
           the  object  files  for  these components.  The index will
           indicate on which tape each is located and what  the  file
           numbers are.
0    2.    Use  DASDI to initialize a VAMX disk pack as public volume
           1 with a unique  volume  name;  MTS501  would  be  a  good
           choice.   See  the General Notes for instructions on using
           FILE:DASDI.  The following commands illustrate the use  of
           this program:
0              RUN FILE:DASDI
               Dxxx MTS501 VX 1 IPL SLOW
               $ENDFILE
0          where  "Dxxx"  is  the  device  name  of  the  disk  to be
           initialized and "MTS501" is the volume name to be used for
           the disk pack.
0    3.    Use  DISKCOPY  to  restore  the  D5.0  system   from   the
           distributed VAMX dump/restore tape(s).  You should specify
           the IPL option, but SWAP isn't necessary.  You may wish to
           specify  the  SLOW  option to lessen the interference with
           your  normal  operation.   See  the  General   Notes   for
           information  on  running DISKCOPY.  The following commands
           illustrate the use of this program:
1                                                                   2
-
               RUN D4.3DISKCOPY
               TAPE
               >Tnnn    (or *pdn*)
               DISK
               Dxxx MTS501
               IPL SLOW
               $ENDFILE
0          where >Tnnn (or *pdn*) is the  device  (or  pseudo-device)
           name  on  which  the  first D5.0 VAMX dump/restore tape is
           mounted.  If you received the 1600 bpi  distribution,  you
           will  be  prompted to enter a second tape device name when
           DISKCOPY is ready for the second tape.
0    4.    You will need a new set of TABLES for  your  D5.0  system.
           If you maintain your TABLES in assembly language form, you
           should consult the D5.0 TABLES description (4/3).  Be sure
           to  use the D5.0 version of COPY:FILE.MACROS (482/45) when
           you assemble your new version.   This  version  of  TABLES
           should only contain one disk volume, MTS501.
0          If  you  wish  to  use  DECKGEN  (4/6)  to build your D5.0
           TABLES, IPL from the D5.0 test pack.   This  can  be  done
           using either a real or a virtual machine and will probably
           put  that machine into wait state (unless you have a 3066,
           3270, or 1052-compatible device at address 009).   To  get
           the  IPLREADER (1021) to talk to you, press "request" on a
           1052 or  "enter"  on  a  3066  or  3270  (i.e.,  cause  an
           attention interrupt).  When it asks if you want to run the
           current system, reply "NO" and enter the commands:
0              LOAD NAME=*IPL.DECKGEN
               START
0          See  the  DECKGEN  writeup (4/7) for information on how to
           proceed from  here.   Since  DECKGEN  was  loaded  by  the
           IPLREADER  (instead  of  from  tape) and therefore is told
           where the console is, it  is  not  necessary  to  give  an
           attention  interrupt  on  the  console to wake it up.  You
           should include only one  public  volume,  MTS501,  in  the
           generated  tables.  The deck produced should be written to
           tape (or cards) for use in step 5.
0    5.    If a pre-D5.0 virtual machine is to be  used  to  run  the
           D5.0 system, the CMDS assembly must be patched so that all
           user programs are run as if PROT=OFF had been specified on
           the  $RUN  command.   This  is  necessary because the D5.0
           system requires support for the monitor  call  instruction
           which  is  not  available  in pre-D5.0 virtual machines or
           UMMPS.  To further complicate matters the D5.0 version  of
           the  UBC  virtual  machine  does  support the monitor call
           instruction, but requires changes  included  in  the  D5.0
           version of MTS and UMMPS.
0          It  may  also  be  necessary  to  reduce  the  size of the
           resident system so that it will  load,  if  your  pre-D5.0
1                                                                   3
-
           virtual  machine  won't  support real memories larger than
           256  pages.   The  decks   MCHSUBR,   CCHSUBR,   A#VCCH47,
           TTTABLES,  CHECKFE, FESNIFF, PAGEDJDE and ICOSTTAB can all
           be deleted from the resident system to  save  space.   You
           can  set up a version of tables with a fairly small number
           of job tables and  pool  entries,  reduce  the  number  of
           CMDSTAT  drop  areas  and  cut down the size of the shared
           file table to save a bit more space.
0          Using either a real or virtual machine IPL from  the  D5.0
           pack  and  again  reply  "NO"  when  asked if you want the
           current system.  This time enter the commands:
0              LOAD NAME=*IPL.D5.0
               REPLACE TABLES FROM xxx
               (Reply to the prompt for a printer address for a map)
0          where xxx is the address of the tape  written  by  DECKGEN
+                ___
           (or containing the object deck for your assembled TABLES).
           If  you  are  working  from  a  virtual rather than a real
           machine you should patch CMDS so that PROT=OFF is  implied
           for all $RUN commands:
0              DISPLAY V(CMDS)+2286
               (You should see X'4780A4C8')
               MODIFY  V(CMDS)+2286  4700
0          Finally enter
0              START
0          The D5.0 system should now be running.
0    6.    When initialization finishes, you should run RAMROD (1019)
           and  create  a new system from the D5.0SYS system, replace
           the deck TABLES.DUMMY in that new system with  the  TABLES
           created  in  step 4, rename TABLES.DUMMY to be TABLES, and
           delete the decks SEG0.NCA and SEG1.NCA.  You may also want
           to delete one or more of the following decks depending  on
           your  machine  configuration,  (leaving them in won't hurt
           anything): A#VCCH47,  IGFC60,  IGFC70,  and  IGFC80.   The
           decks  PAGEDJDE,  CHECKFE  and  FESNIFF  can  probably  be
           deleted by everyone except UM  and  perhaps  WSU.   Having
           made  these  changes, you should then make this new system
           current.
0    7.    Use this pack to get the new version  of  MTS  working  to
           your  satisfaction.   This  will  require making any local
           modifications to the resident system in the RAMROD file on
           the pack.  This pack contains almost all of the public and
           semi-public files, but not all of the utility programs you
           may want.  If additional programs are  needed,  move  them
           from  your  production  packs  to  the  test pack using FM
           (1020) on your production system or by restoring them from
           the D5.0 *FS tapes.  Be sure to use the D5.0 version of FM
           and a private copy of the D5.0 file routines (482/46) when
1                                                                   4
-
           doing this.
0          This is  the  first  distribution  to  include  a  working
           version of the Disk Manager (769).  Before installing D5.0
           as  your  production  system  you  should  probably take a
           careful look at the DMGRSTAT writeup which  may  be  found
           toward  the end of the Operator's Manual (I'm not sure why
           it isn't at the front with the rest of the  job  programs,
           but  it  isn't)  and  at  the  comments  generated  by the
           ANNOTATE macro that is included in  COPY:DM.MACROS  (these
           comments  aren't  completely  up  to  date).   While it is
           possible to run without using the Disk Manager,  it  won't
           work very well (not even as well as the D4.3 system) under
           a heavy disk load.  This is because certain checks made by
           the  supervisor  in  an attempt to improve disk throughput
           now assume the disk manager is being used.  A few  utility
           programs  (VAMREC, DISKCOPY, IPLINIT, ...) won't work with
           disks that are under Disk Manager control.   The  DMGRSTAT
           job  or  the *-file *DSK can be used to remove a disk from
           and return a disk to Disk  Manager  Control.   You  should
           also  read about the FAKEDMGR job in the Operator's Manual
           and understand its relationship to the real Disk Manager.
0          A side effect of the switch to the disk  manager  is  that
           jobs  that  go  into  disk I/O wait are treated just as if
           they were in page-wait -- that is they can't do  anything.
+                                                           ________
           In  theory this can cause deadlocks in some cases where it
           wasn't a problem before.  In  practice  the  only  trouble
           spot  was  the  3270  DSR  and  the D5.0 version fixes the
           problem.
0          Because terminal buffers are now allocated in shared paged
           VM rather than shared unpaged VM, any absolute  jobs  that
           call  BUFFALLOC  and aren't part of the distributed system
           will have to be changed.  In addition  all  routines  that
           call BUFALLOC must now supply the address of a standard 18
           word save area in GR13.
0          The format of the page control block has changed slightly,
           so if you don't plan to use the distributed version of the
           PDP you will need to modify your local version.
0          The RJBFREEZ bit in the job table has moved.  If you don't
           use  the  distributed  version of HASP you should check to
           make sure your local version references the correct bit.
0          The D5.0 supervisor uses a new CPU scheduling scheme which
           requires some changes to  HASP  and  the  HASPLINGs.   The
           distributed  version of the HASPLINGs now use SVC HASPHERE
           to let the supervisor know who they are.  Also loops using
           SVC DORMANT and the Test and Set instruction were  changed
           into  SVC  WAYTs  or  SVC  SLEEPs.   If  you don't use the
           distributed version  of  HASP  you  should  probably  make
           similar changes to your local version.
0          The  D5.0  supervisor  allows tasks to obtain more than 11
1                                                                   5
-
           devices.  As a side effect of this change a task's  device
           list  pointers  are  no longer kept in the job table.  The
           following routines that  looked  into  the  job  table  to
           locate device list entries were changed: BROADCST, CONFIG,
           FESNIFF,  FIDCQ,  MOUNT, MTS, PRINTDUMP, SSRTN, TASKS, and
           TASKSTAT.  If you don't use the  distributed  versions  of
           these routines or if you have other routines that get this
           information  from  the  job table, you will need to modify
           your local versions.
0          The file that holds the $ACCOUNTING CLS must be  permitted
           to the PKEY=*SYS.GETIN rather than PKEY=*ACC?.
0          The supervisor's support for virtual machines has changed.
           If you don't use the distributed virtual machine or if you
           use  other  virtual  machines, you will need to change the
           local versions.  As mentioned above MTS requires the  D5.0
           virtual  machine  because the GATE assembly issues monitor
           call  instructions  and  because  the  distributed  system
           requires more than 256 real pages to load.
0          The  D5.0 version of MTS includes calls to the MTS message
           facility during signon processing so the message  facility
           must  be  installed  (it's a simple patch to disable these
           calls).
0          The D5.0 supervisor will no longer run  on  machines  that
           don't support Channel Indirect Data Addressing (CIDA).  So
           if your machine doesn't, you'll need to buy a new one.
0          The  codes and strings returned by the TASKSTAT subroutine
           have changed somewhat, so local  programs  that  use  this
           information will need to be changed (the PW program at UBC
           for example).
0          The  format of the disk and tape unit check records logged
           using CMDSTAT has changed, so any local programs  used  to
           post  process  this information will also require changes.
           A more modern version of EREP (FER1110) is  included  with
           D5.0 as well.
0          There are certainly other changes that should be mentioned
           here  if we could only remember them all.  See the list of
           changes included in the Tables  writeup  as  well  as  the
           various  CDUPDATE  decks  for  more information.  The file
           MTS:CHANGES (42/8) contains a list of all changes  to  the
           MTS assemblies since D4.2.
0    8.    Add  any local modules to *LIBRARY.  Do not simply replace
           the new *LIBRARY with your old one, but rather  merge  the
           two.
0    9.    Add  any  local  messages  to  *SMDS.   Again, do not just
           replace the new file with  your  old  one,  as  there  are
           several new messages in it.
1                                                                   6
-
     10.   Add  any  local  changes to *SYSMAC.  Again, these must be
           merged with the distributed version.
0    11.   You should always use the D5.0  IPLREADER  with  the  D5.0
           system  and  the  D4.3 IPLREADER with the D4.3 system.  At
           some point you will want to replace the IPLREADER on  your
           production  IPL  pack  with  the D5.0 version.  Follow the
           procedure in the IPLREADER writeup (1021/12)  making  sure
           that  you  run  it  from the D5.0 pack (so you get the new
+                     ___
           IPLREADER), but write it  on  your  production  IPL  pack.
+                          _____
           Remember that it is possible to IPL from one pack and then
           load  a  system from and run on a different pack(s).  Thus
           you may not want to replace your production IPLREADER with
           the D5.0 version until you are  sure  you  have  a  stable
           system and won't need to revert to an older version or you
           may  want to keep a copy of your production IPLREADER on a
           second test pack.
0    12.   Many files on your production system need to be updated to
           contain programs or data for the new system.  This  should
           be  done  by using FM on the MTS501 pack to move the files
           to your regular packs.  A complete list of all  the  files
           on   the   MTS501   pack   is   available   in   the  file
           DIST:MTS501.FILES.   A  list  of  those  files  that  have
           changed  since  D4.3  is  included  at  the  end  of these
           instructions.  Make a list in a file of all the  files  to
           be moved.  Then enter the command:
0              RUN FILE:FM+FILE:FILERTNS(1,99)+tables+COPY:SYSDEFS -
                      PROT=OFF
0          where  tables contains the D5.0 TABLES for your production
+                 ______                                   __________
           system.  When FM reads from the terminal enter a $CONTINUE
           WITH line to read the list of files  you  produced  above.
           FM  will ask if it is OK to destroy some files, tell it OK
           or ALLOK.
0    13.   You  should  also  move  your  resident  system  for  this
           distribution (as modified on your test pack) to *IPL.0 (or
           some  other  file) on your production IPL pack.  Make sure
           that this system  has  a  D5.0  version  of  TABLES  which
           corresponds to your production system.
0    14.   You are now ready to IPL the new production system.
0    15.   Signon  at  the  operator's  console  under userid MTS and
           enter:
0              RUN FILE:FILEUPD 0=*DUMMY* 1=-EMPTY
0          This will update file storage records for all userids.  It
           is important that this be done, since the file  space  for
           some  userids will be incorrect as a result of running FM.
           It may be necessary to change some of the  file  names  on
           $CONTINUE  WITH  lines  at  the  end  of  FILE:FILEUPD  to
           correspond to the names used in your system:
1                                                                   7
-
0                    FILE:ACATALOG.FAST
                     FILE:REALACATSUB
                     RSTR:VTOCREAD
                     FILE:DSACC
                     ACC:ACCLIB
                     COPY:SYSDEFS
1                                                                   8
-
     The following is  a  list  of  public,  semi-public,  and  major
     private files on the test pack which have been added, deleted or
     changed  since  D4.3.   A  word  of caution is needed here.  The
     following list is based on the revision  levels  in  the  driver
     file.   While we have tried to set the revision levels correctly
     for all components, doing this for a full distribution is a huge
     job and we have certainly made  some  mistakes.   Therefore  the
     following  list will include some files that haven't changed and
     some files that have changed will be omitted.   We've  tried  to
     make  the  first  type  of  mistake more common then the second.
     Some of the files that are listed as  being  deleted  have  only
     been  renamed.   Others  have been removed from the test pack to
     save disk space.  Finally some are obsolete and no longer  exist
     in the production system at UM.
-    *ACCRESTORE        changed      *COMPARE           added
     *ALGOLW            changed      *CPW               changed
     *ASMTIDY           changed      *CPW               added
     *ASSIST            changed      *DCALC             changed
     *BBS               changed      *DEDIT             changed
     *BNCHRTN           changed      *DLG               changed
     *CCL               changed      *DMP               changed
     *CCMEMOS           changed      *DMP               added
     *CCMEMOS           added        *DWB               changed
     *CCPUBLICATIONS    changed      *EBCDASC           changed
     *CCPUBLICATIONS    added        *ENCRYPT           changed
     *CCQUEUE           changed      *EXCOM             changed
     *CCT               changed      *EXPL              changed
     *CDUPDATE          changed      *EXPLBNF           changed
     *CKID              changed      *EXPLIB            changed
     *CKSIG             changed      *EXSKELETON        changed
     *CKSIG             added        *FAKEOS            changed
     *CLK               changed      *FDSKRTN           changed
     *CLK               added        *FDSKRTN           added
     *CLN               changed      *FILESCAN          changed
     *CLN               added        *FILESCAN          added
     *CLR               changed      *FLOPDSECT         changed
     *CLR               added        *FLOPDSECT         added
     *CLSACC            changed      *FS                changed
     *CLSED             changed      *FSC               changed
     *CLSFILESTATUS     changed      *FSM               changed
     *CLSMESSAGESYS     changed      *FTNTIDY           changed
     *CLSMESSAGESYS     added        *GFINFODSECT       changed
     *CLSMOUNT          changed      *GOM               changed
     *CLSMSG            deleted      *GTU               changed
     *CLSNET            changed      *HLG               changed
     *CLSPERMIT         changed      *HLG               added
     *CLSPMF            changed      *HUH               changed
     *CLSSDS            changed      *HUH               added
     *CLSSSTA           changed      *HYPHDICT          changed
     *CMB               changed      *IEHMOVE           changed
     *CMD               changed      *IF                changed
     *CNFGINFODSECT     changed      *IG                changed
     *COBLIB            changed      *IG.AJ830          changed
     *COMPARE           changed      *IG.CCMP           changed
1                                                                 9
-
     *IG.CK400          changed      *LIBRARY           changed
     *IG.CRT            changed      *LOGPURGE          changed
     *IG.CRT            added        *LOGPURGE          added
     *IG.DDRXF          changed      *MACUTIL           changed
     *IG.DDRXF          added        *MCS650XASR        changed
     *IG.DEBUG          changed      *MCS650XASR        added
     *IG.DEBUG          added        *MESSAGES          changed
     *IG.DTC300         changed      *MESSAGES          added
     *IG.DTC302         changed      *MESSSUBS          changed
     *IG.GT40           changed      *MESSSUBS          added
     *IG.HIDP11         changed      *MLD               changed
     *IG.HIDP11         added        *MLD               added
     *IG.HP2648A        changed      *MND               changed
     *IG.HP2648A        added        *MND               added
     *IG.HP7203         changed      *MNETRTN           changed
     *IG.HP7221         changed      *MNETTOPDS         changed
     *IG.HUGHES         changed      *MNS               changed
     *IG.MX12000        changed      *MNS               added
     *IG.PEP            changed      *MOUNTSUB          changed
     *IG.PICK           changed      *MOUNTSUB          added
     *IG.PICK           added        *MSG               changed
     *IG.PRINTER        changed      *MSG               added
     *IG.PRINTER        added        *MSGINFDSECT       changed
     *IG.PRNT           deleted      *MSGINFDSECT       added
     *IG.QUMES5         changed      *MSGUTIL           changed
     *IG.SAVE           changed      *MSGUTIL           added
     *IG.TD4000         changed      *MTSUSERS          changed
     *IG.TTY            deleted      *MTSUSERS          added
     *IG.TX4002         changed      *MTSUSERS.CCID     changed
     *IG.TX4006         changed      *MTSUSERS.CCID     added
     *IG.TX4010         changed      *MTSUSERS.NAMEID   changed
     *IG.TX4014         changed      *MTSUSERS.NAMEID   added
     *IG.TX4025         changed      *MTSUSERS.OTHER    changed
     *IG.TX4027         changed      *MTSUSERS.OTHER    added
     *IG.TX4027         added        *MTSUSERS.PROJ     changed
     *IG.TX4662         changed      *MTSUSERS.PROJ     added
     *IG.TX4663         changed      *M6800ASR          changed
     *IG.TX4663         added        *M6800ASR          added
     *IG.XX1620         changed      *M6809ASR          changed
     *IG.3270           changed      *M6809ASR          added
     *IG.339            changed      *OBJSCAN           changed
     *INDEX             changed      *PASCALTIDY        changed
     *IPL.DECKGEN       changed      *PASCALTIDY        added
     *IPL.D4.3          deleted      *PDL               deleted
     *IPL.D5.0          changed      *PDP8RTN           changed
     *IPL.D5.0          added        *PDSTOMNET         changed
     *IPL.0             changed      *PERSUB            changed
     *IPL.1             changed      *PEXIT             changed
     *IPL.2             changed      *PEXIT             added
     *IPL.3             changed      *PLOTSEE           changed
     *I8080ASR          changed      *PLOTSYS           changed
     *I8080ASR          added        *PL1SCAN           changed
     *LABEL             changed      *PL360             changed
     *LABELSNIFF        changed      *PL360LIB          changed
     *LALRGEN           changed      *PRINT             changed
     *LBL               changed      *RATEFILE          changed
1                                                                10
-
     *RDC.LESSON1       changed      *UNLINKER          changed
     *RDC.LESSON1       added        *USERDIRECTORY     changed
     *RDC.LESSON2       changed      *USERDIRECTORY     added
     *RDC.LESSON2       added        *VALIDATEFILE      changed
     *RDC.LESSON3       changed      *Z80ASR            changed
     *RDC.LESSON3       added        *Z80ASR            added
     *RDC.LESSON4       changed      *1052RTN           changed
     *RDC.LESSON4       added        *2260RTN           changed
     *RDC.LESSON5       changed      *2741RTN           changed
     *RDC.LESSON5       added        *3270RTN           changed
     *REDUCE2           changed      ACC.:ACCERRORSCAN  changed
     *REDUCE2EXAMP      changed      ACC.:ACCFILCHARGE  changed
     *RESTORE           changed      ACC.:ACCMAINT      changed
     *RST               changed      ACC.:ACCRETRIEVE   changed
     *SAV               changed      ACC.:PROJECTMAINT  changed
     *SCRIPT1           changed      ACC.:REBATE        changed
     *SCRIPT1M          changed      ACC.:STAPROJECT    changed
     *SCRIPT1M          added        APL.:001NEWS       changed
     *SCRIPT2M          changed      APL.:005SNOBOL     changed
     *SCRIPT2M          added        APL.:999TESTS      changed
     *SCRIPT3M          changed      BNCH:BATCH.SCR     changed
     *SCRIPT3M          added        BNCH:BM00          changed
     *SCRIPT4           changed      BNCH:CMDS          changed
     *SCRIPT6           changed      BNCH:CREFMINPUT    changed
     *SCRIPT7           changed      BNCH:DRIVER        changed
     *SCRIPT8           changed      BNCH:DSR.S         changed
     *SDM               changed      BNCH:GLOBALDEFS    changed
     *SENSEDSECT        changed      BNCH:GLOBALDEFS    added
     *SFSAVSUB          changed      BNCH:GLOBALS       changed
     *SKEYSUB           changed      BNCH:GLOBALS       added
     *SMDS              changed      BNCH:GLOBALSETS    changed
     *SORT              changed      BNCH:GLOBALSETS    added
     *SORTLM            changed      BNCH:LISTFILES     changed
     *SPITERR           changed      BNCH:LISTFILES.S   changed
     *SPITERR           added        BNCH:LLMPSEQU      changed
     *SPRIVSUB          changed      BNCH:LLMPSEQU      added
     *STA               changed      BNCH:MIDAS_1_DATA  changed
     *STATUS            changed      BNCH:MIDAS_1_DATA  added
     *STI               changed      BNCH:MONITOR       changed
     *SVS               changed      BNCH:MONITOR.S     changed
     *SVS               added        BNCH:SCR           changed
     *SVW               changed      BNCH:SUBMIT        changed
     *SV7               changed      BNCH:SUBMIT.S      changed
     *SV7               added        COPY:BNCHSTATDSCT  added
     *SYSMAC            changed      COPY:BNCHSTATDSCT  changed
     *S2L               changed      COPY:CC.MACROS     changed
     *TAPECOPY          changed      COPY:CCDEFS        changed
     *TAPERTN           changed      COPY:CCDEFS        added
     *TASKS             changed      COPY:CCSYMBOL      changed
     *TAXIR             changed      COPY:CCSYMBOL      added
     *TEXTFORM          changed      COPY:CLSTV.SG      changed
     *TEXT360           changed      COPY:CMDAREADSECT  changed
     *TSH               changed      COPY:CPSCNPAR      deleted
     *TSH               added        COPY:DEFS          changed
     *UDROUTINES        changed      COPY:DEFS          added
     *UDROUTINES        added        COPY:DM.MACROS     changed
1                                                                11
-
     COPY:DM.MACROS     added        DUMP:DUMP.CMDS     changed
     COPY:DRDSECT       changed      DUMP:DUMP.CMDS     added
     COPY:ED.MACROS     changed      DUMP:DUMPER        changed
     COPY:FILE.MACROS   changed      DUMP:DUMPER        added
     COPY:GLOBALDEFS    changed      DUMP:LOG           changed
     COPY:GLOBALSETS    changed      DUMP:LOG           added
     COPY:IG.COPY.M     deleted      DUMP:SIGFILE       changed
     COPY:IT.MACROS     changed      DUMP:SIGFILE       added
     COPY:IT.MACROS     added        DUMP:TAPES         changed
     COPY:JOBSTA        changed      DUMP:TAPES         added
     COPY:JONFMT.FNLIB  added        DWB.:CHGFORMNOTE   deleted
     COPY:JONFMT.FNLIB  changed      DWB.:CMDCHECKTIME  deleted
     COPY:JONMACLIBFMT  added        DWB.:CMDPROC.O     deleted
     COPY:JONMACLIBFMT  changed      DWB.:CMDPROC.S     deleted
     COPY:LLMPSEQU      changed      DWB.:CMDSTAT.CF    deleted
     COPY:MISC.MACROS   changed      DWB.:CMDSTAT.D     deleted
     COPY:MNTR.MACROS   added        DWB.:CMDTAPE.370   deleted
     COPY:MNTR.MACROS   changed      DWB.:CMDUTIL       deleted
     COPY:MNTRDEFS      changed      DWB.:CMDXTRACT     deleted
     COPY:MNTRDEFS      added        DWB.:CMDXTRACT3    deleted
     COPY:MTS.MACROS    changed      DWB.:CMDXTRACT4    deleted
     COPY:PCBDSECT      changed      DWB.:GOM.O         changed
     COPY:PSA           changed      DWB.:GOM.OG        changed
     COPY:RATEVEC       changed      DWB.:GOM.PRSLT     changed
     COPY:RM.MACROS     deleted      DWB.:GOM.RDATA     changed
     COPY:STATDSECT.SG  changed      DWB.:GOM.SEQS.O    changed
     COPY:UC.MACROS     changed      DWB.:PUNUC         deleted
     COPY:UC.MACROS     added        DWB.:VOLUME99.S    deleted
     COPY:UMMPS.MACROS  changed      ETC.:ASMGF1        changed
     COPY:ZDEFS         changed      ETC.:BASICHELPC    changed
     COPY:ZDEFS         added        ETC.:BASICSIGNONM  changed
     DIST:COMM          changed      ETC.:CNVTEREP      changed
     DIST:DISTINDEX     changed      ETC.:CNVTEREP      added
     DIST:DRIVER        changed      ETC.:CREPHELP      changed
     DIST:DRIVER        added        ETC.:CREPHELP      added
     DIST:DRIVERSCAN    changed      ETC.:EREPBLDL      deleted
     DIST:DRIVERSCAN    added        ETC.:EREPCMDS      changed
     DIST:DRIVER1600    deleted      ETC.:EREPCMDS      added
     DIST:DRIVER6250    deleted      ETC.:EREPLIB       deleted
     DIST:GENNOTES.WF   changed      ETC.:EREPLIB.VSS   changed
     DIST:INDEX1600     changed      ETC.:EREPLIB.VSS   added
     DIST:INDEX6250     changed      ETC.:EREP470LIB    deleted
     DIST:MTS431.FILES  deleted      ETC.:FIX.EXPLAIN   changed
     DIST:MTS501.FILES  changed      ETC.:FMTLIB        changed
     DIST:MTS501.FILES  added        ETC.:GENASMERR     changed
     DIST:NEWSYS.WF     changed      ETC.:GENASMERR     added
     DIST:OLDSYS.WF     changed      ETC.:IF.DUMP       changed
     DIST:RESSYS.WF     changed      ETC.:IF.ELMQQSV    changed
     DIST:SPITLIB       changed      ETC.:IF.EXPLAIN    changed
     DIST:SPITLIB       added        ETC.:IG.FONTS      changed
     DMGR:MNTRMMSG      changed      ETC.:IG.STAT       changed
     DMGR:MNTRMMSG      added        ETC.:M6800ASRERR   deleted
     DUMP:DMPMSG        changed      ETC.:OLTEPBLDL     changed
     DUMP:DMPMSG        added        ETC.:OLTEPCDSLIB   changed
     DUMP:DUMP.BATCH    changed      ETC.:OLTEPLIB      changed
     DUMP:DUMP.BATCH    added        ETC.:OLTEPTSTLIB   changed
1                                                                12
-
     ETC.:PASCALERRS    deleted      FILE:FLINE         changed
     ETC.:PASCALINFO    deleted      FILE:FM            changed
     ETC.:PL1LINKLIB    changed      FILE:FM.S          changed
     ETC.:PMF.HELP      changed      FILE:FM.W          changed
     ETC.:PMF.HELP      added        FILE:FSTEST        changed
     ETC.:RDC2.CKPT     changed      FILE:GETDSK        changed
     ETC.:RDC2.LISP     changed      FILE:GETFINF       changed
     ETC.:READ3330LOG   added        FILE:GTUNIT        changed
     ETC.:READ3330LOG   changed      FILE:MACROS        changed
     ETC.:SYS1.LINKLIB  added        FILE:MACROS        added
     ETC.:SYS1.LINKLIB  changed      FILE:MOVE          changed
     ETC.:TAXIRMONITOR  added        FILE:MOVE.O        deleted
     ETC.:TAXIRMONITOR  changed      FILE:OPEN          changed
     ETC.:TAXMONITOR    deleted      FILE:PDLIST        deleted
     ETC.:TXTFODS       changed      FILE:PM            changed
     ETC.:UD.HELP       changed      FILE:PM.S          deleted
     ETC.:UD.HELP       added        FILE:PROTECTPAPR   deleted
     ETC.:UD.MESSAGES   changed      FILE:READI         changed
     ETC.:UD.MESSAGES   added        FILE:READL         changed
     ETC.:VSS           changed      FILE:REALACATSUB   added
     ETC.:VSS           added        FILE:REALACATSUB   changed
     ETC.:VSSLOG        changed      FILE:RECATALOG     changed
     ETC.:VSSLOG        added        FILE:RECOVERING    changed
     ETC.:3330LOCK      deleted      FILE:RWSEQ         changed
     FILE:ACATALOG      changed      FILE:SCRATCHSIZES  changed
     FILE:ACATALOG.FAS  added        FILE:SFDESTRY      changed
     FILE:ACATALOG.FAS  changed      FILE:SODSECT       deleted
     FILE:ACATSUB       deleted      FILE:STARFILES     changed
     FILE:AMALGAMATE    changed      FILE:TABLMOD.W     changed
     FILE:CALLDR        changed      FILE:TABLTST       changed
     FILE:CALLRELDSK    changed      FILE:TRAK          changed
     FILE:CATALOG       changed      FILE:UCDISK        changed
     FILE:CATDSCBCOMP   added        FILE:UC3330        changed
     FILE:CATDSCBCOMP   changed      FILE:VAMREC        changed
     FILE:CATSCAN       changed      FILE:VNTD          changed
     FILE:CCATL         changed      FILE:VOLGET        changed
     FILE:CHKFILE       changed      FILE:WRITEI        changed
     FILE:CHKVTOC       changed      FIX.:FIX           changed
     FILE:CHKVTOC.W     changed      HASP:D/A           added
     FILE:CHONID        changed      HASP:HASPSTAT      added
     FILE:CONVERTING    changed      INIT:CLEAN         changed
     FILE:CONVV2VX      changed      INIT:INIT          changed
     FILE:CONVV2VX.AS   changed      INIT:INITCHK       changed
     FILE:DASDI         changed      INIT:INITCMD       changed
     FILE:DASDI.S       deleted      MAIL:EXPLAINFILE   added
     FILE:DISKCOPY      changed      MAIL:EXPLAINFILE   changed
     FILE:DISKCOPY.AS   changed      MAIL:MCLS.DUMPS    changed
     FILE:DISKDUMP      changed      MAIL:MCLS.DUMPS    added
     FILE:DSECTLIST     deleted      MAIL:MCLS.SKELS    changed
     FILE:DSECT2        deleted      MAIL:MCLS.SKELS    added
     FILE:DSKMAN        changed      MAIL:MESSCLS       changed
     FILE:DSKMAN.W      changed      MAIL:MESSCLS       added
     FILE:FILEUPD       changed      MAIL:MESSSUB       changed
     FILE:FIXCAT        changed      MAIL:MESSSUB       added
     FILE:FIXEH         changed      MAIL:MSG.LOG       changed
     FILE:FIXSD         changed      MAIL:MSG.LOG       added
1                                                                13
-
     MAIL:MSGUTIL       changed      MTA.:FOS.TESTQSAM  deleted
     MAIL:MSGUTIL       added        MTA.:FOS.TESTTIME  deleted
     MAIL:MSUB.DUMPS    changed      MTA.:FOS.TRACE     deleted
     MAIL:MSUB.DUMPS    added        MTA.:FOS.TSTUPDAT  deleted
     MAIL:MSUB.SKELS    changed      MTA.:FOS.UPDATES   deleted
     MAIL:MSUB.SKELS    added        MTA.:FOS.WTOTST    deleted
     MNET:AUTH          changed      MTA.:HOGS          changed
     MNET:AUTH          added        MTA.:INITJOB       changed
     MNET:RELOAD        changed      MTA.:INITLOG       deleted
     MNET:RELOAD        added        MTA.:IT.JOBPGM.S   changed
     MNET:SETDATE       changed      MTA.:IT.S          deleted
     MNET:SETDATE       added        MTA.:LOADCLAS      deleted
     MNET:11LOAD        changed      MTA.:LOADCLAS.S    deleted
     MNET:11LOAD        added        MTA.:MCHCCH.S      changed
     MTA.:ACATALOG      deleted      MTA.:MCHMAC        changed
     MTA.:ASMHDIR       changed      MTA.:MCHSUBR       changed
     MTA.:ASMHMACUPD    changed      MTA.:OLTEPCDS      changed
     MTA.:ASMHUPD       changed      MTA.:OLTEPCDSBLDL  changed
     MTA.:ASMHUPDBUGS   changed      MTA.:OLTEPCMD      changed
     MTA.:ASMHUPDEXTEN  changed      MTA.:OLTEPOBJCVT   changed
     MTA.:ASMHUPDMTS    changed      MTA.:OLTEPTSTBLDL  changed
     MTA.:ASMHUPDNEW    changed      MTA.:PAGLOAD       changed
     MTA.:ASMHUPDNUM    changed      MTA.:PDP.S         deleted
     MTA.:ASMHUTIL      changed      MTA.:PDPBUG        changed
     MTA.:CNVTEREP      changed      MTA.:PRINTTRACE    changed
     MTA.:COBOL.BLDLIN  deleted      MTA.:PRINTUC       changed
     MTA.:COBOLU        deleted      MTA.:PRINTUC3330   changed
     MTA.:COBTEST       deleted      MTA.:PRNTCNTS      changed
     MTA.:COBTEST2      deleted      MTA.:PRUC3330      changed
     MTA.:COBTEST3      deleted      MTA.:PUC           changed
     MTA.:CONFIG.U      changed      MTA.:READRESTP     changed
     MTA.:DMPLST        deleted      MTA.:READRESTP     added
     MTA.:DMPLST.ADUMP  deleted      MTA.:READ3330LOG   deleted
     MTA.:DMPLST.ICSTA  deleted      MTA.:SPIE          deleted
     MTA.:DMPLST.ICTAB  deleted      MTA.:TESTIOMAC     changed
     MTA.:DMPLST.LOADC  deleted      MTA.:TESTPROTSVC   deleted
     MTA.:DMPLST.MACRO  changed      MTA.:TESTSETSTK    deleted
     MTA.:DMPLST.SYSAD  deleted      MTA.:TESTSTIO      deleted
     MTA.:DMPLST.TSTAT  deleted      MTA.:TESTTI        deleted
     MTA.:DMPLST.VMFIN  deleted      MTA.:TIMESUBRS     deleted
     MTA.:DPBJ          deleted      MTA.:TTPRINT       changed
     MTA.:DRUMSTAT      changed      MTA.:UMMPS.U       changed
     MTA.:EREP.ALIPGM   deleted      MTA.:UNITS.O       changed
     MTA.:EREPBLDLIN    deleted      MTA.:UNITS.S       deleted
     MTA.:EREPCMD       deleted      MTA.:VMN.S         changed
     MTA.:EREPINFO      changed      MTA.:VSS.CNVTPDS   added
     MTA.:EREPINFO      added        MTA.:VSS.CNVTPDS   changed
     MTA.:EXIT          changed      MTA.:VSS.DRIVER    changed
     MTA.:FOS.CREBLDL   deleted      MTA.:VSS.DRIVER    added
     MTA.:FOS.EXCP      deleted      MTA.:VSS.PDSBUILD  changed
     MTA.:FOS.IERR.TES  deleted      MTA.:VSS.PDSBUILD  added
     MTA.:FOS.IERRCO00  deleted      MTA.:VSS.WRITEUP   changed
     MTA.:FOS.LPA       deleted      MTA.:VSS.WRITEUP   added
     MTA.:FOS.OLTSEXCP  deleted      MTA.:V370          changed
     MTA.:FOS.SVC59     deleted      MTA.:V370DEV.MAC   changed
     MTA.:FOS.TESTBSAM  deleted      MTA.:V370DEV.UM    changed
1                                                                14
-
     MTS.:BROADCST      changed      MTS.:LLXUUPD       deleted
     MTS.:BUFSTAT       changed      MTS.:LOADCLAS      changed
     MTS.:BUFSTAT       added        MTS.:LOADCLAS      added
     MTS.:CCDEFS        changed      MTS.:MACROSUPD     deleted
     MTS.:CCDEFS        added        MTS.:MTSASM        deleted
     MTS.:CCSYMBOL      changed      MTS.:MTSUPD        deleted
     MTS.:CCSYMBOL      added        MTS.:PDP.S         changed
     MTS.:CFDUB         deleted      MTS.:PDP.S         added
     MTS.:CHGFORMDATA   changed      MTS.:PERMIT.S      deleted
     MTS.:CKID.S        changed      MTS.:PLIMUPD       changed
     MTS.:CLSDUMMY.S    deleted      MTS.:PRINTDUMP     changed
     MTS.:CMDSTATUPD    deleted      MTS.:PWC           changed
     MTS.:CMDSUPD       deleted      MTS.:RAMROD        changed
     MTS.:CONSOLE       changed      MTS.:RAMROD.GSFS   added
     MTS.:CREP          changed      MTS.:RAMROD.GSFS   changed
     MTS.:CREP          added        MTS.:RAMROD.SR.S   changed
     MTS.:CREPDIR       changed      MTS.:RNBRUPD       changed
     MTS.:CREPDIR       added        MTS.:ROD           changed
     MTS.:CREPLOG       changed      MTS.:RSFUPD        changed
     MTS.:CREPLOG       added        MTS.:SDUMP         deleted
     MTS.:DBJP          changed      MTS.:SELECTCMD     changed
     MTS.:DCKPCHR       changed      MTS.:SSCNUPD       deleted
     MTS.:DCKPCHR       added        MTS.:STDDMP        changed
     MTS.:DCKPCHR.O     deleted      MTS.:SVC.W         changed
     MTS.:DCKPCHR.S     deleted      MTS.:SYSDEFS       changed
     MTS.:DCKPCHR.W     changed      MTS.:TESTPERSUB    deleted
     MTS.:DPBJ          changed      MTS.:TIMTUPD       deleted
     MTS.:DPBJ          added        MTS.:TMTSJLE       deleted
     MTS.:DSRIUPD       deleted      MTS.:TSS/REL2.UTL  deleted
     MTS.:DSRSUPD       deleted      MTS.:TTMAP         changed
     MTS.:DTYPE         changed      MTS.:TTMAP         added
     MTS.:DTYPE         added        MTS.:TTPRINT       changed
     MTS.:DYSUPD        deleted      MTS.:TTPRINT       added
     MTS.:FILESTATUS.S  deleted      MTS.:TTTABLES      changed
     MTS.:FLOATEST      deleted      MTS.:TTTABLES      added
     MTS.:FLOATEST.O    deleted      MTS.:UBCUPDATE.S   deleted
     MTS.:FNAMETRT      deleted      MTS.:UBCUPDATE.W   deleted
     MTS.:FS.S          changed      MTS.:UBCUPDATE.W2  deleted
     MTS.:FS.SNIFF      deleted      MTS.:UBCUPDATE.W3  deleted
     MTS.:FSCON.S       deleted      MTS.:USUBUPD       changed
     MTS.:FSUBUPD       deleted      NEW.:CKSIG         deleted
     MTS.:GATEUPD       deleted      NEW.:LOGPURGE      deleted
     MTS.:GETRATES      changed      NEW.:PLUS          changed
     MTS.:HASP.D/A      deleted      NEW.:PLUS.OBJLIB   changed
     MTS.:INFOUPD       deleted      NEW.:PLUS.SOURCEL  changed
     MTS.:IPLBOOT.O     changed      PLUS:PARSER.HELP   added
     MTS.:IPLBOOT.S     changed      PLUS:PARSER.HELP   changed
     MTS.:IPLGTUM.S     deleted      PLUS:PARSER.OL     changed
     MTS.:IPLINIT.O     changed      PLUS:PARSER.OL     added
     MTS.:IPLINIT.S     changed      RSTR:AUTOREST      changed
     MTS.:IPLREAD.O     changed      RSTR:DEADFILEDES   changed
     MTS.:IPLREAD.S     changed      RSTR:DEADSAVE      changed
     MTS.:IPLREAD.W     changed      RSTR:DEADUCATDES   changed
     MTS.:IT            changed      RSTR:DSF           changed
     MTS.:IT            added        RSTR:FASTRESTORE   changed
     MTS.:LECTURE1      deleted      RSTR:FASTRSTR      changed
1                                                                15
-
     RSTR:FILEDSCB      deleted      STRT:MNS           added
     RSTR:FILESAVE      changed      SYS.:ACCKILL       changed
     RSTR:FILESAVEOBJ   changed      SYS.:ACCKILL       added
     RSTR:FS.MACROS     changed      SYS.:BABYSIT       changed
     RSTR:FSJOURNAL     changed      SYS.:BABYSIT       added
     RSTR:FSJOURNAL     added        SYS.:CCP           changed
     RSTR:FSS           changed      SYS.:CCPINIT       changed
     RSTR:FSTAPECOPY    changed      SYS.:CCT           changed
     RSTR:LFS.RESTART   changed      SYS.:CLOCKWATCHER  added
     RSTR:MERGE         changed      SYS.:CLOCKWATCHER  changed
     RSTR:OLFSOBJ       changed      SYS.:CMDPIKUP      changed
     RSTR:REGENERATE    changed      SYS.:CPW           changed
     RSTR:RESTORE       changed      SYS.:CPW           added
     RSTR:RST           changed      SYS.:DSK           changed
     RSTR:RSTFMT0       changed      SYS.:DUMP          deleted
     RSTR:RSTFMT1       changed      SYS.:EREP          changed
     RSTR:RSTFMT2       changed      SYS.:EREP          added
     RSTR:SAVEFILE      changed      SYS.:FIXFEP        changed
     RSTR:SCANFILES     changed      SYS.:FNDLBL        changed
     RSTR:SVSTART       changed      SYS.:GETDUMP       deleted
     RSTR:TAPEDIRLIST   changed      SYS.:HASPSTAT      deleted
     RSTR:TAPEOUT       changed      SYS.:INTCLASS      deleted
     RSTR:VALIDATEFILE  changed      SYS.:INTDOCDATA    deleted
     RSTR:VTOCREAD      changed      SYS.:NEWSTA        changed
     SEG2:ALGOLW        changed      SYS.:PLT           changed
     SEG2:BASIC         changed      SYS.:PURGE         changed
     SEG2:CRYPT         changed      SYS.:PURGE         added
     SEG2:CRYPT         added        SYS.:SDM           changed
     SEG2:DISMOUNT      changed      SYS.:STATISTICS    changed
     SEG2:DISMOUNT      added        SYS.:STATISTICS    added
     SEG2:FIX           changed      SYS.:VOLUME99      deleted
     SEG2:GPID          changed      TAPE:TAPE          changed
     SEG2:GPID          added        TAPE:TAPE          added
     SEG2:IF            deleted      TAPE:UCTAPE        changed
     SEG2:IG            changed      TAPE:UCTAPE        added
     SEG2:IG            added        TMTS:DSPLIBRARY    changed
     SEG2:OBJUTIL       changed      TMTS:DSPLIBRARY    added
     SEG2:PRINTMAP      changed      TMTS:LOADMTS       changed
     SEG2:SCREENRTNS    changed      TMTS:MTSSSCN       deleted
     SEG2:SCREENRTNS    added        TMTS:PRINTDUMP     deleted
     SEG2:S2APL         changed      TMTS:TMTSLIB       changed
     SEG2:S2FILES       changed      TMTS:VDVLIBRARY    changed
     SEG2:S2L           changed      TMTS:VDVLIBRARY    added
     SEG2:TAPEQ         changed      TMTS:VMN           changed
     SEG2:TAPEQ         added        TMTS:VMN           added
     SEG2:TEXTFORM      deleted      UNSP:APPEND        deleted
     SEG2:TIM.RTNS      changed      UNSP:ASMTIDY       deleted
     SEG2:TIM.RTNS      added        UNSP:COMPARE       deleted
     SEG2:TIME          changed      UNSP:CSNOOP.O      changed
     SEG2:TRTABLES      changed      UNSP:FTNRE*        changed
     SEG2:TWAIT         changed      UNSP:FTNRE*        added
     SEG2:TWAIT         added        UNSP:I8080ASR      deleted
     STRT:HWTPRINT      deleted      UNSP:JONMACLIBFMT  deleted
     STRT:MND           changed      UNSP:LISTER        changed
     STRT:MND           added        UNSP:MACSCAN.360   changed
     STRT:MNS           changed      UNSP:MACSCAN.370   changed
1                                                                16
-
     UNSP:MCS650XASR    deleted      W009:UMLOAD.S      changed
     UNSP:M6800ASR      deleted      W009:UMLOAD.S      added
     UNSP:OBJREP        deleted      W009:UMLOAD.U      changed
     UNSP:PAS.BC.LIB    changed      W009:UPDATE.U      deleted
     UNSP:PAS.SB        changed      W170:KWIC          deleted
     UNSP:PAS.SB.LINK   changed      W170:KWIC.SPELL    deleted
     UNSP:PAS.SB.RUN    changed      W170:STAT.JOB      changed
     UNSP:PAS.8000      changed      W170:STAT.PROG     changed
     UNSP:PAS.8000.ERR  changed      W170:STOR          changed
     UNSP:PAS.8000.RUN  changed      W170:UCSYNC        changed
     UNSP:PASCAL.GN     deleted      W170:UCSYNC        added
     UNSP:PFILES        deleted
     UNSP:PLM           deleted
     UNSP:PLM81         deleted
     UNSP:PLM82         deleted
     UNSP:RG            changed
     UNSP:RG.W          deleted
     UNSP:SIDEBYSIDE    changed
     UNSP:SIDEBYSIDE    added
     UNSP:SIGSETUP      changed
     UNSP:SIGSETUP      added
     UNSP:TAPEDRIVES    changed
     UNSP:TAPESHARE     changed
     UNSP:TESTIO        changed
     UNSP:TESTIO        added
     UNSP:WRITEUPS      deleted
     UNSP:Z80ASR        deleted
     WSG.:BBSIT         deleted
     WSG.:BUFSTAT       deleted
     WSG.:DCSTAT        deleted
     WSG.:DEDIT         changed
     WSG.:FM.GEN        changed
     WSG.:MOUNTCMD      deleted
     WSG.:PDP8          changed
     WSG.:SSRTN         changed
     WSG.:SSRTN.DOC     deleted
     WSG.:SSTA.CLS      deleted
     WSG.:SSTA.VEC      deleted
     WSG.:SURVEY        changed
     WSG.:SURVEY        added
     WSG.:SURVEY.LIB    changed
     WSG.:SURVEY.LIB    added
     WSG.:TABLES        changed
     WSG.:TABLES.WF     deleted
     WSG.:TAPE          deleted
     WSG.:TAPECOPY      deleted
     WSG.:TAPEDUMP      deleted
     WSG.:TAPEUC        deleted
     WSG.:TT            deleted
     W009:ABSLDR        deleted
     W009:CLSINFO.S     changed
     W009:CLSINFO.W     changed
     W009:CLSINFO.X     changed
     W009:I             changed
     W009:PISTLE.S      changed
     W009:SYMBOL.S      deleted
1                                                                  17
-
     In  addition,  the  following  decks must be changed in, deleted
     from or added to the RAMROD resident system:
-    BJPMOD            changed       MONITOR UCRTNTAB  added
     BROADCST          changed       MONITOR UNND      added
     BUFALLOC          changed       MONITOR WAIT      added
     CAT               changed       MSG               changed
     CCDEFS            added         MTS               changed
     CCSYMBOL          added         OPEN              changed
     CHECKFE           added         OPERATOR          changed
     CMDS              changed       PAGEDJDE          added
     CMDSTAT           changed       PATH DEVICE       added
     CONFIG            changed       PDP               changed
     CONFIG.CARD       changed       PLIM              changed
     CONSIO            changed       PN                changed
     DMGR DISKXF       added         PTRUC             changed
     DMGR DISPATCH     added         P11               changed
     DMGR ITSKXF       added         QN                changed
     DMGR LOCK         added         RATEVEC           changed
     DMGR MAIN         added         READ              changed
     DMGR MISC         added         REDL              changed
     DMGR MNTR         added         RSF               changed
     DMGRSTAT          added         SSRTN             changed
     DSRI              changed       STARTUP/SHUTDOWN  changed
     DSRS              changed       STATJOB           changed
     DYS               changed       STDDMP            changed
     EXIT              changed       STOR              changed
     FAKE DISK MANAGER added         SYSDEFS           changed
     FESNIFF           added         TAPEUC            deleted
     FIDCQ             changed       TASKS             changed
     FLINE             changed       TASKSTAT          changed
     FNAMETRT          changed       TIMT              changed
     FSUB              changed       TN                changed
     GATE              changed       TPMOVE            changed
     GETD              changed       TRAK              changed
     GETFINF           changed       TTTABLES          added
     GETRATES          changed       T11               added
     G11               changed       UCDISK            changed
     INFO              changed       UCTAPE            added
     INITJE            changed       UC3330            changed
     INTERTSK          chanded       UMLOAD            changed
     ITJOB             changed       UMMPS             changed
     JBRP              changed       UNITS             changed
     JOBLST.ENTRIES    changed       USUB              changed
     JOBSTA            changed       VOLG              changed
     KWIC              changed       WRIT              changed
     LLXU              changed
     MCHCCH            changed
     MCHSUBR           changed
     MONITOR GTFR      added
     MONITOR MNTR      added
     MONITOR MTS WAIT  added
     MONITOR ONUN      added
     MONITOR PRV       added
     MONITOR SERVICE   added
