Uncategorized

Angela Hall 0
What is the ReposID?

So you have an idea to implement queries or changes in the metadata via a program directly using SAS. Well, one of the first items of business is actually to grab the Repository ID number. Included below is some quick reference code on how to query that. PROC METADATA SERVER="my_sas_srv_name"

Advanced Analytics
Mike Gilliland 0
Announcing The BFD (the book)

I am pleased to announce publication of The Business Forecasting Deal: Exposing Myths, Eliminating Bad Practices, Providing Practical Solutions, available now in a convenient carry-everywhere size (approx 6” x 9” x 1”), or for download to your Kindle. Table of contents, sample sections (including the Prologue, Forewords by Tom Wallace

Angela Hall 0
Adding groups of users into metadata programmatically

Interested in adding a group of users into Metadata w/o Management Console? Included is an example of how to add one user: PROC METADATA SERVER="my_sas_srv_name" PORT=8561 USERID="sasadm@saspw" PASSWORD="xxxxxxxx" PROTOCOL=BRIDGE in="<AddMetadata> <Metadata> <Person Desc='Manager of clinical studies.' Name='Joe E. Doe' Title='Manager of Clinical Studies'> </Person> </Metadata> <Reposid>A0000001.A5VLFKMC</Reposid> <NS>SAS</NS> <Flags>268435456</Flags> <Options/> </AddMetadata>";

Shelly Goodin 0
Updating Survival Analysis Using SAS

Contributed by Paul Allison, Professor of Sociology, University of Pennsylvania I'm happy to announce that the second edition of my book Survival Analysis Using SAS: A Practical Guide has just been published by the SAS Institute. When the first edition was published in 1995, my goal was to provide an

Chris Hemedinger 0
Bayesian analysis: how to be less wrong

"Less Wrong" is the name of the blog where I found this layman's explanation of Bayes' Theorem. As I've pointed out before, I'm not a statistician. But I can comprehend basic statistical explanations such as the explanation of the Monty Hall problem. Understanding the concepts and being able to apply

Julie Platt 0
From Sweet Tea and Biscuits to Rock Stars

My grandmother was a great cook. When we would visit her in South Carolina, we spent hours on her porch enjoying wonderful meals accompanied by vats of iced tea. Now, my memories of her and those meals are captured in her Junior League cookbook that was passed on to me,

Christine Kjellberg 0
Wooah – We’re Halfway There!

For those of you who were growing up in the 80’s and listening to rock with hair that had been teased for hours on end and using an entire bottle of AquaNet in the process, and pant legs pegged so tight you had bruises around your ankles, that line should

Sean Gargan 0
Distribution Opportunities in a Digital Age

I remember studying product distribution in my business classes at Colorado State. We learned about the role of manufacturing, distribution centers, and retail outlets, in moving goods from the factory to the consumer. The publishing industry was built on this model – with the added twist of selling distribution rights

Chris Hemedinger 0
This is your database...on SAS

Curt Monash posted a nice summary of the current and planned offerings that help to make SAS analytics more available "in the database" -- allowing you to analyze your data quickly without having to move it around so much. If you use SAS with Teradata, Netezza, or DB2, much of

Advanced Analytics
Mike Gilliland 0
Holdout Sets: Good or Bad?

My friend Tom Reilly of Automatic Forecasting Systems posted this comment on the INFORMS discussion group on LinkedIn: Some use all of the data and some withhold data to find the best forecasting model? Withholding is arbitrary as changing the withhold from x to y means a completely different model

SAS Events
Kirsten Hamstra 0
We have a winner!

Congratulations to John Calhoun of Gilead Sciences Inc.! He was the winner of the SAS Publishing book of his choice for participating in the SAS Global Forum SAS Publishing e-Book Reader Survey! Many thanks to everyone who participated in our survey. A results summary will be posted shortly. Once again,

1 264 265 266 267 268 281