If you ever want to know what is licensed on a SAS server you can run this little bit of code:
proc setinit;
run;
If you run it via a base SAS session. on the machine itself, it will display a list of licensed SAS product and their expiry dates in the log window.
If you are running this in SAS Enterprise Guide and don’t have show log automatically turned on, then you will need to view the log once the job has completed to see the details.
- Process Flow screen
- right click on the custom code node
- open log
If you are running multiple SAS Servers and running this via SAS Enterprise Guide then you will need change the workspace server to point to each server before you run it, to see what is licensed on each server:
- Process Flow screen
- right click on custom code node
- select server
And of course if your metadata server is on a separate server to your workspace servers then you can’t use SAS Enterprise Guide at all, so you will need to run it via a base SAS session on the machine itself.
0 Comments.