There are two SAS procedures that you can run to provide the information you want:
proc product_status;
run;
proc setinit;
run;
PRODUCT_STATUS will list the SAS products installed, SETINIT will list the products licensed. Note, not all installed products may be licensed and not all licensed products may be installed.
There are two SAS procedures that you can run to provide the information you want:
proc product_status;
run;
proc setinit;
run;
PRODUCT_STATUS will list the SAS products installed, SETINIT will list the products licensed. Note, not all installed products may be licensed and not all licensed products may be installed.