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.
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.