Sections of this report:
I can't say that the opening session was disappointing, but only because SAS Institute has managed to set expectations so low. Here are some comments from attendees:
The SAS Intelligence Value Chain was introduced. We saw that diagram a lot over the next three days. It has 5 links:
The SASWare Ballot was mentioned, but no particular items were named as being addressed in version 9.0 or 9.1; as someone put it, "There's information in that, isn't there?"
The opening session was scheduled to last for 1 hour, and had about 1 hour's worth of information, but took 2 hours. Those in the audience who were still left at the end (and quite a few left in the middle) were happy to see it be over.
SAS Institute needs to think carefully about who its target audience is for the Opening Session. Is it the 3,000 programmers and analysts sitting in the back of the room? If so, then they need to address our concerns and not ply us with buzzwords. Is it the 50 people attending the executive track sitting at the front of the room? If so, SAS Institute shouldn't invite the rest of us - make us unhappy enough times and the executives will realize that something's not right.
It's sad to see how they managed to take a good message and mess it up. The concepts and implementation of the Intelligent Value Chain are good, and the problems it claims to solve are very important ones, but they failed to convey any of that.
Oh, the entertainment was not specific to the locale, as it often is. We were treated to The Amazing Kreskin. These reviews should give you the flavor of the entertainment:
Apparently no one told The Amazing Kreskin (his legal name) what SUGI stood for, as some of his remarks were clearly designed for a US audience, not an international one. And apparently no one thought that someone who had predicted that Nevada would be flooded by UFO's last summer might not be the best representative for a software product that prides itself on its ability to "drive sound business decisions".
As usual, there was a little skit. In the story, one of the presenters (I think it was Jim Davis, chief marketing officer) had gone to an outdoors store to buy a pair of the hiking boots he had seen advertised on sale, but the store had sold out. How could such a thing happen? Well, because the store's data resided in a zillion sources that weren't tied together, and no one was able to get information fast enough to make intelligent decisions about what to buy or which sales campaigns were effective. (Many of us are familiar with variations of that scenario).
SAS Software to the rescue, of course. The rest of the skit showed how various SAS products (ETL Studio, Web Report Studio, and so forth) could be used to solve the company's information problem and make it more profitable. At the end, in a bit of unfortunate symbolism, we saw the sun setting on the corporation's headquarters after a full line of SAS products had been installed.
Not a bad idea, but it was not always clear which products were being used, and there were many pauses when nothing happened. As a drama, it didn't do well, and as marketing, it was not appropriate for the audience.
A video of highlights of the Opening Session is available at http://support.sas.com/news/feature/03mar/sugivideo.html.
But enough of that... on to what's new and different.
Version 9.1 will be available to existing beta testers sometime in August, and for general release sometime around the end of the year. Version 9.2 will be available sometime next year. I heard no mention of a version 10.
Someone at the Futures Forum asked why the release has been delayed and the answer was that SAS is comfortable with the code but not with the deployment.
What this means, apparently, is that all the pieces work individually, but not together. They'll spend the next 3-6 months getting all the parts to talk nicely to each other, and making minor changes and improvements.
filename x zip '/data/my.zip'; data test; infile x(member.name); input ...That's not the exact syntax, by the way, and there won't (initially, or maybe ever) be an engine for writing ZIP files.
MultiProcess Connect has a few new features and is better documented. MP Connect lets you run several parts of a program simultaneously.
The piping libname engine allows you to pass data between two steps using sockets rather than a file. This lets the program start faster and reduces I/O.
Both MP Connect and piping look complicated, because the documentation shows all the possible options you might ever use. But in practice, they're easy. The difficult part is knowing when to use them
There were dozens of other functions added in 9.0. Many of them deal with finding strings inside other strings, such as unprintable characters within text. They're in the online version 9 documentation at <http://v9doc.sas.com/sasdoc/>.
Lots of good new things in ODS for 9.1:
If you're interested in ODS, I strongly recommend that you go to the ODS developers class before SUGI, informally known as the ODS Geekfest (no, it's not for beginners, but you don't have to be a super-wizard either). I wish SUGI had more developer-led sessions.
"How do I read (or write) an Excel spreadsheet from SAS?" seemed to be the most popular question at SUGI. The two sessions I attended on the topic were packed - Chevell Parker's parker was in the largest room (the one used for the closing session) and still had dozens of people sitting on the floor; a session coordinator estimated 500 attendees. David Shamlin's paper was in a smaller room, but it was packed - every square foot of the room that could see the screen had someone sitting or standing in it.
libname myxls 'c:\may\sales.xls';and SAS will treat it like a regular SAS library (with some differences, of course - the capabilities of SAS data sets and Excel spreadsheets are much different).
The installation process will be much better. There will be three methods:
There's also a new, and hopefully less confusing, place to start from, the SAS Software Navigator. Disks will be more clearly marked.
They're working on an installation validation tool and a feature testing tool.
SAS is spending a lot of effort to make sure that the conversion to version 9 goes smoothly. There's a new PROC MIGRATE which will copy data sets of all types from one version to another. It can copy from a 32-bit library to a 64-bit library on the same operating system, and it copies indexes, integrity constraints, audit trails, compression, encryption, passwords, and generation data sets.
Incidentally, the statement "If you are using AIX, HP/UX, or Solaris platforms and have 32-bit members in your libraries, you will need to migrate your libraries forward. SAS 9 supports 64-bit access only on these platforms." appeared in various places over the course of the conference. The second sentence is not worded correctly; it should be "SAS supports only 64-bit access on these platforms." In other words, that is not an exclusive list of 64-bit platforms. Elsewhere it was said that all 32-bit Unix support is being dropped.
SAS is rearranging its line of servers to simplify maintenance. I think this is a good thing. Metadata, for example, will always be handled by the metadata server, no matter which product (OLAP server, stored process server, whatever) created it. You define it once, and the information is stored and can be used in many places. Partly as a consequence of that, the metadata server will be part of Base SAS.
Also new is a SAS Management Console, which provides administrators with a single interface to many of the SAS servers and features. Among the objects which can be managed are:
Other services provided by the management console are management of users and groups, management of server definitions, and reporting of installed SAS products and license information.
There are still lots of servers besides the ones listed above - the SAS/Share server, the SAS/Intrnet servers, SAS/Connect servers, the new SAS Access to PC File Formats for Unix server, and probably some others I'm forgetting.
The SAS Management Console, by the way, is written in Java. The initial distribution will be under Windows only, but it does run on at least some Unix platforms, and will be distributed for those platforms after further testing.
There's not much new, but stored processes will be available as another way to run programs, there are various bug fixes, and load balancing will be better.
One change will make debugging easier: the variable list will be moved to the log before a broker program is executed, not after, so you will be able to see the input to programs which have gotten hung up.
The current version (with SAS 8.2) of Enterprise Guide is 1.3. If you requested the limited availability distribution of 9.0, you would have received Enterprise Guide 2.0. And the version that will ship with SAS 9.1 will be Enterprise Guide 3.0.
Version 3 will have a different interface (I don't know how it will be different) and will be able to create (and, I assume, use) stored processes. It is being rewritten in C# - bad news for those who'd like to see it ported to a different platform.
Because it's staying on a Microsoft platform, there's no possibility of fulfilling one of my requests, which is to allow the shared repository to run on a Unix server rather than a Windows server.
My other request was the ability to use automation to set values in the Enterprise Guide Administrator (read and write server, binder and library information from a Visual Basic program) will be taken under consideration. If that's something you also want, please let your SAS sales rep and suggest@sas.com know.
The Opening Session pushed the Business Intelligence Suite. It's a bundle consisting of ETL Studio, Web Report Studio, Report Studio, Office Integration, and several servers. I've already described ETL Studio and Office Integration.
Web Report Studio and Report Studio are interactive report designers. I didn't get a good look, so I can't say much about them, but the demo looked OK. Someone mentioned to me that Report Studio's ability to export to Excel is poor; again, they need to look at what competitive products have done and emulate them.
Before you can run a report, you have to describe all the data to the metadata server. This may be the most time-consuming part of the process for existing data (if the data came into your system through ETL Studio, they'd already be in the metadata server).
I told one of the consultants in the Demo Room that this seemed like a lot of setup for a simple report, and was told "Yes, but this product is aimed at corporations which will want ten or twenty thousand copies for analysts. It's not intended for programmers."
The ETL Studio is Java-based, so it will eventually be available on platforms other than Windows. Report Studio is Windows-only.
Pricing wasn't discussed, but the name includes three buzzwords, the bundle includes the equivalent of the Integration Technologies server, and it's aimed at large businesses, so it's not going to be cheap. I hope they will make the Report Studio and Office Integration available separately at a reasonable price.
This is probably as good a place as any to mention that the data cube builder (which looks reasonable) now understands star tables.
The Futures Forum was less contentious than it often has been. In some ways it was also less informative; perhaps it takes hard questions to provoke good answers.
The answers to the questions below are sometimes combined with information I got in the Demo Room.
PROC FORMAT data=mydata START=start_var LABEL=label_var OTHER='bad value';
This could be used behind the scenes in the import wizard, and also directly
in code.)The official list of SAS-L BOF winners is:
The title of Most Prolific Poster, which for several years went to William Viergiver, has a new owner. The new champion is Ron Fehd, with 736 postings between March 15, 2002 and March 15, 2003. This averages out to more than three postings per work day; his high water mark was reached one day last April, with 21 postings in a single day!
Here's the Top 20 by userid:
UserID | Count |
---|---|
rjf2@CDC.GOV | 738 |
Cassell.David@EPAMAIL.EPA.GOV | 630 |
peter.crawford@DB.COM | 598 |
J.Groeneveld@ITGROUPS.COM | 542 |
WHITLOI1@WESTAT.COM | 493 |
JackHamilton@FIRSTHEALTH.COM | 419 |
stringplayer_2@YAHOO.COM | 350 |
Howard_Schreier@ITA.DOC.GOV | 344 |
radevenz@IX.NETCOM.COM | 335 |
ya.huang@PFIZER.COM | 316 |
ghellrieg@T-ONLINE.DE | 307 |
Charles_S_Patridge@PRODIGY.NET | 297 |
Paul.Dorfman@BCBSFL.COM | 252 |
KevinMyers@AUSTIN.RR.COM | 235 |
wwvierg@ATTGLOBAL.NET | 226 |
John.W@MEDISCIENCE.CO.UK | 219 |
diskin.dennis@KENDLE.COM | 219 |
paul_dorfman@HOTMAIL.COM | 193 |
HERMANS1@WESTAT.COM | 192 |
wielki@INED.FR | 186 |
If you combined Paul Dorfman's three known aliases, he would move up to 6th place with 488 messages, and combining Roland Rashleigh-Berry's two userids would give him 14th place with 282 messages.
I obtained these numbers from the list server at Marist using the SAS URL filename engine. The only number I've checked against another source is Ron's: Google Groups credited him with 744 messages, which is close. I will leave it to the statisticians to decide whether the difference is statistically significant.
The next few SUGI's:
Two new sections will be added next year, Analytics and Solutions.
Like at least one other attendee, I took the train to Seattle, and like at least three other attendees, I took the train back.
The train in question is Amtrak's Coast Starlight, which runs, or maybe crawls is a better word, from Los Angeles to Seattle. I was scheduled to get on the northbound train in Sacramento at 11:59pm and to arrive in Seattle the following day at 8:30pm. It arrived in Sacramento about 12:25am and left around 12:50am, almost an hour late. We didn't lose much time, but we never made it up, either, and arrived in Seattle about an hour late.
The scenery was very nice. Oregon, in particular, is very pretty, especially in the snow (and we went through a blizzard for a while). I had an economy bedroom, which is small but adequate. There was a first class parlour car where we had a tour guide explaining the sights, and a wine tasting in the afternoon.
I learned a new railroad term. Shortly after we left a small town in Oregon, the conductor announced over the intercom that we had a carry-by. About 15 minutes later, we stopped out in the middle of nowhere, and the southbound Coast Starlight stopped on the track next to us. After a few minutes, both trains started moving again. It turns out that a passenger had gotten on the wrong train, and they stopped to let him switch.
I stayed at the Hyatt, which was the best conference hotel I've been to. It had a huge bathroom, which was brightly lit, very unusual for a hotel (with a dimmer, so it didn't have to be bright). The bed was cormfortable, and the room was dark and quiet at night.
Also staying at the hotel, it turns out, were the stars of World Wrestling Entertaining, who were performing that weekend. They have lots of devoted fans. It was an odd experience walking out the hotel door to see crowds of people gazing at me. They didn't gaze for long, though - I guess I just don't look like a professional wrestler.
I ate one evening at Cutters Bayhouse, near the market. The food was good, and the waitress mentioned that her boyfriend is a railroad photographer. I didn't take any pictures on the trip, but you can see his pictures at:
The trip back was not as pleasing as the trip up. We left about half an hour late from Seattle, and as a result get getting further and further behind schedule (the host railroads are supposed to give Amtrak trains the right of way if they are no more than 20 minutes late; they don't have to if Amtrak is later than that, and Union Pacific, in particular, doesn't). By the time we got to central Oregon, we were four hours late, and we arrived into Sacramento six hours late. I wanted to be about three hours late, because we were scheduled to get in at 6am, way too early, but six hours was a bit much. There was no parlour car (it was broken or something) so we got a lounge car instead, and the attendant chose to play loud music all day and loud movies at night, making the lounge car uninhabitable for most of my waking hours.