1 07/08/80 set_search_paths, ssp
2
3 Syntax: ssp search_list search_paths -control_arg
4
5
6 Function: allows a user to replace the search paths contained in a
7 specified search list.
8
9
10 Arguments:
11 search_list
12 is the name of a search list. If this search list does not exist,
13 it is created. A warning message is printed if a search list is
14 created and it is not system defined.
15 search_paths
16 are search paths to be added to the specified search list. The
17 search paths are added in the order in which they are specified in
18 the command line. The search path can be an absolute or relative
19 pathname or a keyword. For a list of acceptable keywords see
20 add_search_paths in Commands and Active Functions AG92. If no
21 search paths are specified, then the specified search list is set
22 as if it were being initialized for the first time in the user's
23 process.
24
25
26 Control arguments:
27 -brief, -bf
28 suppresses a warning message for the creation of a search list not
29 defined by the system.
30 -default, -df
31 replaces the search list with its system-defined default. No
32 search_paths can be specified with this control argument.
33
34
35 Notes: The specified search list is replaced by the specified search
36 paths. It is an error to create a new empty search list.
37
38
39 For a complete list of the search facility commands, see the
40 add_search_paths command description in Commands and Active Functions,
41 AG92.