KDnuggets Home » News » 2010 » Jul » Publications » WPS - a SAS alternative?

World Programming System: An Alternative to SAS


 
  
WPS is a SAS code interpreter, which is much cheaper. This post looks at some of the issues in using WPS to run SAS code.


Date:

July 19, 2010 by Sandro Saitta

In an earlier post, I was mentioning two ways to reduce the SAS licence costs. The first one, Carolina, consists of translating the SAS code into Java code. However, it seems not very easy to do and the solution is not known (and thus there is no real support for it). Another solution is to interpret your SAS code using the World Programming System (WPS).

WPS is a SAS code interpreter. The main advantage of WPS is that the licence cost is much cheaper. Also, you don't need to change your code too much (see below). This is, to my knowledge, the easiest way to make a SAS program run without using SAS. However, since WPS has some issues reading/writing .sas7bdat format, it is advised to use their own format (it is easy to transform from .sas7bdat to WPS format). WPS has its own editor which is even better than Enterprise Guide 4.2, at least for coding/debugging. Similarly to SAS, WPS support team is very helpful and professional.

However, running a SAS program within WPS is not straightforward. Here is a list of issues I had when executing my SAS code with WPS:

Read more.

See also

SAS vs WPS: Piracy or Innovation?


KDnuggets Home » News » 2010 » Jul » Publications » WPS - a SAS alternative?