Here are a set of SAS Macros to read data from MS Excel using DDE…
Let me explain with some scenarios with the Excel data stored in “C:\Names.xlsx” in worksheet named “Sheet1″…
This excel file has in fact data that can be read into 2…
Here are a set of SAS Macros to read data from MS Excel using DDE…
Let me explain with some scenarios with the Excel data stored in “C:\Names.xlsx” in worksheet named “Sheet1″…
This excel file has in fact data that can be read into 2…
Finally got a chance to setup workspace pooling in SAS 9.1 and WRS 3.1. Followed the instructions I outlined in this post http://blog.saasinct.com/2010/09/28/speeding-up-web-report-studio-9-13-1-by-jumping-in-puddles/ Was simple enough to setup and get working, only trick was to remember to stop and restart the webserver so WRS/WRV could pick up the changes and switch over from load balanced to pooled. […]
Last month, I gave a talk, XML: the SAS Approach, in CDISC Interchange China 2010(at the Medical School of Fudan University, Shanghai, 2010-09-15). FDA favors CDISC and HL7, the two XML based standards, and SAS programmers in biopharmaceutical industry need incorporate the XML technology into their toolboxes. Fortunately, you don’t need to be an XML […]
The folks in charge of our SAS customer support Web site, support.sas.com are working on a new and improved home page. Who better to evaluate this Web page than you? You can view the beta page now and take a survey to tell us what you think.
…
The PUTLOG statement writes a message that you specify to the SAS log.
The PUTLOG statement is helpful when you use macro-generated code because you can send output to the SAS log without affecting the current file destination.
The PUTLOG statemen…
This is a special R-only entry.In Example 8.7, we showed the Hosmer and Lemeshow goodness-of-fit test. Today we demonstrate more advanced computational approaches for the test.If you write a function for your own use, it hardly matters what it looks l…