1 03/01/83 display_psp
 2 
 3 Syntax:  display_psp {-control_args}
 4 
 5 
 6 Function: displays selected information about distributed software
 7 found installed in online systems libraries.  The information includes
 8 marketing identifier, software technical identifier (STI), copyright
 9 notice, and titles for the software requested.
10 
11 
12 Control arguments:
13 -all, -a
14    returns selected information of all products found installed in
15    the systems libraries.  (Default)
16 -brief, -bf
17    prints only the STI.  (Default)
18 -copyright
19    returns the copyright notice for selected products if found
20    installed in the system library.
21 -long, -lg
22    prints the marketing identifier, STI, copyright notice, and titles
23    selected.
24 
25 
26 -match STR
27    returns selected information for a specific product if found
28    installed in the systems library, where STR is the marketing
29    identifier.
30 -name, -nm
31    returns selected information about a named product.  The name of the
32    product is the long name by which the product is most commonly
33    referred, i.e., compose, cobol, or ted.
34 
35 
36 Notes: The -brief and -long control arguments are mutually exclusive.
37 The -match, -name, and -all control arguments are mutually exclusive.