Uncategorized

Angela Hall 3
Tip on creating graphic files in specific locations

When trying to write out graphics to a specific filename location, the gsfname option is only honored when ODS LISTING is turned on and ODS HTML is turned off. This is especially important in 9.3 Base SAS as the ODS HTML option is the default output destination. Enterprise Guide users

Marie Dexter 2
What's new in SAS 9.3 Documentation

SAS 9.3 is here! In addition to the many new features and enhancements to the software, you will find changes to the SAS documentation as well. For example, the SAS Product Documentation page on support.sas.com has been redesigned to help you find information faster. These changes are presented in the

Julie Platt 0
Which classic SAS books do you keep?

My son, a senior in high school, recently announced his latest book assignment for his English AP class. “I need Portrait of the Artist for my English class.” (Usually this announcement comes just after the stores have closed and when he needs it really soon.) Ah! I HAVE a copy

Angela Hall 1
Increasing the web timeout intervals

I've been spending my weekends developing a SAS Publishing book proposal. (For those interested, it involves learning how to fully leverage SAS Stored Processes as a beginning programmer.) Creating examples and jumping between coding, testing and then writing about everything, I have had a heck of a time with my

Learn SAS
Shelly Goodin 0
SAS author's tip: views in PROC SQL

This week's SAS author's tip is perfect for SAS programmers using PROC SQL. Author Howard Schreier is a member of the SAS-L Hall of Fame, an independent consultant and trainer, and has been using SAS since 1981. His book PROC SQL by Example: Using SQL within SAS is also an

Angela Hall 0
Enabling OLAP drill-through to detail for web reports

I mentioned back in 2008 that Web Reports with OLAP source can drill-through to detail (or display the raw data records for the corresponding cross tabular cell) only after the source information map has drill-through to detail enabled. Well, there are several other areas that also could disable this capability

Miss SAS Answers 10
A quick tour of SAS operators

Dear Miss SAS Answers, I want to understand the logic behind the answer to the following question: The following DATA step is submitted: data one; x=3; y=2; z=x**y; run; What should be the value of the variable z in the output data set? Will you please explain what the **

Sandy Varner 2
What's behind door #1? goats, cars or SAS Doc

For years mathematicians have been pondering the Monty Hall Problem – you know, the old TV show where you have 3 doors and behind one door is a car (or some nice prize) and behind the other two doors are goats (or some undesirable prize). You pick door #1.  But

1 144 145 146 147 148 202