PROBLEM #1 (17 AUG 1989) JONATHAN BAKER: There seemed to be a problem with the HELP file when accessing DISSPLA. If a user typed in: $ HELP @NSWC DISSPLA or $ HELP Topic> DISSPLA There was no problem. When ever a user placed an item on the line of help without @NSWC the error was produced in successive help screens: $ HELP DISSPLA or $ HELP SD @NSWC SD Topic> @NSWC Topic> Topic> DISSPLA The error is not the result of a blank space in the source module since the same module works on the Classified Cluster and does not work on the Unclassified Cluster. Also, the help files were switched between the two clusters and the error could then be reproduced on the classified and help worked fine on the unclassified. SOLUTION #1: In the HELP.COM file you must set up a symbol that points to the problem module: $ HELP$ = "DSK1:[UTILITIES...]*.HLP" $ HELP1$ = "DSK1:[UTILITIES.DISSPLA.DIS11.DOC]DISSPLA.HLP" $! $ LIBRARY/HELP/CREATE NSWC.HLB 'HELP$', 'HELP1$' Colorado has no explanation why this must be done or why it fixes the problem. ***************************************************************************