Tag: business intelligence

Angela Hall 0
Apache-Tomcat Installation, Patience is Required

Alright, I might be a bit impatient. I tried to bring up http://localhost:8080/Portal a bit too soon. After installing SAS Enterprise BI Products, the extraction of those SAS .war files apparently takes more time for Tomcat than I thought. You can watch the progress in Windows Explorer /webapps. Just don't

Angela Hall 0
SAS Enterprise BI Installation Tips

So I was downloading the SAS EBI product to my laptop this weekend and saw a couple of items that I should point out to everyone. For those die-hard SAS users (like myself), using the SAS Setup Disk in the first section for SAS Foundation seems like the natural choice.

Angela Hall 1
Converting SAS/IntrNet into SAS Stored Processes

Earlier in the year, I attempted to convert to a SAS Stored Process a SAS IntrNet program that used statements such as: data _null_; set datatable; put 'html code here' variable item; run; However, it doesn't work when simply removing the SAS IntrNet headers (such as options, and ods html

1 30 31 32 33 34