It is helpful to know exactly which SAS products are in an order that has been subsetted.
The SAS Deployment Wizard enables you to create a list of the contents of your order
subset. You generate this
list by using submitting a command when you invoke the wizard:
-
Windows
setup.exe
-listdepot output-pathname
-
Linux:
setup.sh
-listdepot output-pathname
For example, a command
on Linux might resemble the following:
./setup.sh
—listdepot /mydata/order_contents.txt
The deployment wizard
executable resides in your depot’s root directory.
The list resembles the
following:
Date: 2013 Dec 12 10:02:56
Depot: /nfs/mymachine/vol/vol7/sas_software_depot
Order: 099SPS
+ Base SAS [base__94ts1m0__mvs__ne__sp0__1]
+ Base SAS [base__94ts1m0__mvs__w0__sp0__1]
+ Base SAS Help and Documentation [basedoc__94110__prt__xx__sp0__1]
+ Base SAS JAR Files [basejars__94110__prt__xx__sp0__1]
<...>
Order: 099SQ2_2011-12-01-12.27.01
+ Advanced Analytics Common Components [aacomp__94110__wx6__en__sp0__1]
+ DATA Step to DS2 Translator [accelmva__94160__wx6__en__sp0__1]
+ Microsoft Office Access Database Engine 2010 [ace__94112__prt__xx__sp0__1]
- SAS/GRAPH ActiveX Control [activexgraph__94230__win__de__sp0__1]
+ SAS/GRAPH ActiveX Control [activexgraph__94230__win__en__sp0__1]
- SAS/GRAPH ActiveX Control [activexgraph__94230__win__es__sp0__1]
The character at the
beginning of a line indicates how to interpret the output.
A line beginning with
a:
-
The line with the order number
has Order:
at the beginning.
-
plus sign (+) indicates that the
product is in the order.
-
minus sign (-) indicates that the
product is in the depot, but it is not in the specified order.