Author Archive

Checking what is licensed on your SAS Server

Jan
25

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.

Share
Posted by  
0 Comments

Vendor Convergence and SAS

Dec
12

There has been a large amount of vendor and product convergence other the last 10 to 15 years.

First we saw the convergence of business applications such as Financials, Procurement CRM and HR by the big boys at the time such as Oracle, Peoplesoft and SAP.

Then we saw the convergence of vendors with Oracle and Microsoft both buying a number of business application vendors such as Great Plains, Seibel, JD Edwards and Peoplesoft.

This phenomenon has also occurred in the Business Intelligence space, over the last couple of years as we saw the convergence of Data Warehousing, Data Quality Reporting and of late performance management solutions, again by the big boys such as Oracle, SAP and of course SAS.

In the last 12 months we have seen the business vendor acquisitions being replicated this time in the Business Intelligence space, with Oracle buying Hyperion, Microsoft buying Proclarity, SAP buying Business Objects and lastly IBM buying Cognos.

So where does that leaves SAS?

Well Dr Goodknight is not getting younger, but then again that’s no reason to sell/merge. But if SAS doesn’t ‘merge’ with another global player can they really survive in the constantly consolidating marketplace. If Business Performance Monitoring (BPM) becomes the next big thing can they develop fats enough to keep the big boys at bay and retain their market share?

If SAS was to merge who would it be with? My pick is either HP or Sun. HP have started their entry into the Business Intelligence space with the release of the NeoView data warehousing platform, they have the hardware side covered and the consulting side with their purchase of Knightsbridge. SAS would give them access to all solutions in all the Business Intelligence quadrants in one go.

Sun on the other hand is less likely but they do seem to be making a play to become a leading SAS Partner and if HP buys SAS, would that not relegate Sun to becoming nothing but a hardware vendor for all eternity?

Lots of questions, lets see who answers them and when.

Share
Posted by  
0 Comments