Google
 

Trailing-Edge - PDP-10 Archives - bb-k345a-sb - path.doc
There are 4 other files named path.doc in the archive. Click here to see a list.


PATH.DOC -- Monitor level SETSRC commands and enhancements, V1(11)
June 1980






























COPYRIGHT (C) 1978,1979,1980 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.
PATH.DOC                                                        Page 2


PATH.DOC -- Monitor level SETSRC commands and enhancements, V1(11)
June 1980



1.0  SUMMARY

PATH is a program that incorporates all of the functionality of SETSRC
while  adding  other  features to support the new functionality of the
7.01 monitor.  In particular, PATH offers added functionality  in  the
area of defining, manipulating and deleting logical path names.

PATH has been tested on KI, ks,  and  KL  processors  under  the  7.01
version  of  the  monitor.  It will run under earlier versions but all
logical path name commands will fail.



2.0  EXTERNAL CHANGES

None



3.0  KNOWN BUGS AND DEFICIENCIES

None.



4.0  INSTALLATION INSTRUCTIONS

See PATH.CTL, and PATH.DOC.



5.0  INTERNAL CHANGES

Edit #

1      The sequence .PATH<CR> .CONTINUE<CR> caused I/O  to  unassigned
       channel.  Make CONTINUE act the same as REENTER.

2      Change the logical name code to know about the new  format  for
       the logical name block.

3      If PATH gets an error return trying to do a  /CLEAR,  it  loops
       forever  retrying the UUO.  Give up with an appropriate message
       if the /CLEAR fails

4      If /PHYSICAL is applied to any  component  in  a  logical  name
       definition,  PATH  will  ignore  any  existing  logical name in
       performing the substitution for the component.

5      In search list switches where  the  user  types  a  *  with  no
PATH.DOC                                                        Page 3


       modifiers (e.g., NOCREATE), keep the existing modifier bits for
       each structure represented by the *.

6      APLSTK was AOBJNing on the wrong AC sometimes causing  a  loop.
       Correct the AC.

7      "pa/mod:dskb:write" (note  the  lower  case)  would  result  in
       "?PTHUSM   Unknown  structure  modifier  7RITE".   Call  .SIXSW
       instead of .SIXSC.

10     Change the job search list before changing the default path  so
       the  user  can  do  both in the same command if the SFDs in the
       path only exist on the structure being added.

11     Change the processing of /SEARCH and /LIB to  reflect  the  new
       monitor algorithm.



6.0  SUGGESTIONS

None.



[End of PATH.DOC]