LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 17 Nov 2009 08:06:19 -0500
Reply-To:     Michael Raithel <michaelraithel@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Michael Raithel <michaelraithel@WESTAT.COM>
Subject:      Re: PC SAS and the Unix
In-Reply-To:  <1380990156.3783941258424465942.JavaMail.root@sz0053a.emeryville.ca.mail.comcast.net>
Content-Type: text/plain; charset="utf-8"

Dear SAS-L-ers,

Doyle Kalumbi posted the following:

> > I am working on the Unix through PC SAS 9.2. I would like output my > analysis results say using proc meansĀ through ODS to my local pc. How > do I accomplish this? > Doyle, good question and you are going to be pleased to read that you have two easy options to choose from.

1. Simply use PROC DOWNLOAD to download your SAS data set from your UNIX server to your PC. Then, run your PROC MEANS on your desktop.

2. User SAS/Connect's Remote Library Services to suck your SAS data set from your UNIX server and feed it into your PROC MEANS running on your desktop.

Referring to my seminal SAS Global Forum 2007 SAS/CONNECT paper:

Process Your SAS data Sets Anyway, Anyhow, Anywhere You Choose With SAS/Connect. http://www2.sas.com/proceedings/forum2007/241-2007.pdf

...take a look at PROC DOWNLOAD in Example 1 of the paper for #1, above. Take a look at Example #3 in the paper for #2, above.

If you have any questions that the paper cannot answer; simply throw them on the list and the SAS-L smarties will doubtlessly provide a half-dozen good answers:-)

Doyle, best of luck in all of your SAS endeavors!

I hope that this suggestion proves helpful now, and in the future!

Of course, all of these opinions and insights are my own, and do not reflect those of my organization or my associates. All SAS code and/or methodologies specified in this posting are for illustrative purposes only and no warranty is stated or implied as to their accuracy or applicability. People deciding to use information in this posting do so at their own risk.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Michael A. Raithel "The man who wrote the book on performance" E-mail: MichaelRaithel@westat.com

Author: Tuning SAS Applications in the MVS Environment

Author: Tuning SAS Applications in the OS/390 and z/OS Environments, Second Edition http://www.sas.com/apps/pubscat/bookdetails.jsp?catid=1&pc=58172

Author: The Complete Guide to SAS Indexes http://www.sas.com/apps/pubscat/bookdetails.jsp?catid=1&pc=60409

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Scientists announced today that they have discovered a cure for apathy. However, they claim no one has shown the slightest interest in it. - George Carlin +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Back to: Top of message | Previous page | Main SAS-L page