Tag: business intelligence

Angela Hall 0
SAS Global Forum Paper 2009

Don't forget to register for the SAS Global Forum 2009! http://support.sas.com/events/sasglobalforum/index.html March 22-25, 2009 Washington, DC     And check out my submitted paper on Monday afternoon - Supporting a SAS Server Architecture Included topics: Documenting the routine tasks (such as restarting services in the correct order and adding users)

Angela Hall 8
SAS Enterprise Guide - Server File Access

SAS Enterprise Guide allows users to access files on the SAS server environment. Only one of the three options can be set - either to point to the designated user folder 'SAS User Root', set to the root 'System Root', or define a shared location/directory 'path'. The SAS Administrator sets

Angela Hall 1
EG Style Manager for the Enterprise

The output delivery system (ODS) provides some wonderful out-of-the-sas-box custom style sheets (CSS) for use in SAS web output. My personal favorite is 'sasweb'. However, many organizations wish to modify these and deploy new style sheets to the enterprise. The best approach I have found is to utilize the Enterprise

Angela Hall 0
Opening SAS Files from Windows

Right-click on any SAS file and several options could appear, including but not limited to 'Open in SAS Enterprise Guide', 'Open in SAS 9.1', 'Submit in SAS 9.1', etc. In silent installs, multiple SAS version environments, or other registry impacting issues - these options could be rendered useless or simply

Angela Hall 5
SAS in the Open Source World

Over the last couple days, there have been some posts in SAS-L as well as those new fangled twitters, on whether 'R' open sourced software is a threat (ignoring the SAS Sales team's response) and on whether SAS could move to Open Source. Highlights from these discussions: New York Times

Angela Hall 4
Example to Encode SAS Passwords

Within SAS Run the following code (the purple text is the password you would like to encode): proc pwencode in='myn3wpwd4u'; run; After submitting this code (F3), the resulting encoded password in available only in the log file. The results from this example are below, the highlighted line is the encrypted

Angela Hall 0
SAS 9.2 eLecture Offers from SAS.com

Get a jump start on your SAS 9.2 expeirence by attending some of the free (or cheap) training courses SAS has to offer. Check them out at: http://www.sas.com/apps/elearning/elearning_courses.jsp?cat=e-Lecture%20SAS%20Programming 1. SAS(R) 9.2 Session 1: New and Enhanced Procedures and Statements -- Free 2. SAS(R) 9.2 Session 2: The Macro Facility --

Angela Hall 0
Data Data Everywhere

Think about all of the data now out there, from old transaction systems to new networking sites, there is an amazing amount for analysts to sink their teeth into. Some interesting sources that I have heard of over the past year include: Immediate web traffic analytics which then derive suggestions

1 22 23 24 25 26 34