
	[307,20]BUGSF82.TXT

	This file contains a summary of all known bugs on the USGS
Fall 1982 RSX/IAS SIG tape.

I. Too Long Command Line in WHOCMD

There is a PIP command line which is too long. This error occurs
only when both the target group and member UIC codes are three digits long.

To correct the problem, the following line in WHOCMD:

      Pip '$Dist'Who.obs='$Dist'Who.obj,Whocsi,Whodat,Whofnd,Wholog,Whoout

should be broken up into two separate commands:

      Pip '$Dist'Who.obs='$Dist'Who.obj,Whocsi,Whodat
      Pip '$Dist'Who.obs/ap='$Dist'Whofnd.obj,Wholog,Whoout

To update the Universal Library, perform the following commands:

      >Lbr Whocmd.cmd=UsgsF82.ulb/ex:Whocmd
      >
      >; Perform edits using your favorite editor
      >
      >Lbr UsgsF82.Ulb/rp=Whocmd.cmd
      >


II. WHO Will Crash an M-Plus system on an 11/24 or 11/23-Plus

      When tracking down accounting information in secondary pool,
WHO uses the mapping register "KDSAR6," which only exists on 11/44's
and 11/70's. All references to "KDSAR6" in the module WHOLOG should
be changes to "KISAR6".


