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 (March 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 29 Mar 2002 08:59:47 -0800
Reply-To:     shiling zhang <shiling99@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         shiling zhang <shiling99@YAHOO.COM>
Organization: http://groups.google.com/
Subject:      Re: Creating Unix Environmental Variables
Content-Type: text/plain; charset=ISO-8859-1

There always are ways around. You can pipe out all your parameters into a file in stead of generating a set environment of variables.

Hope it helps.

MDurbin@ERAC.COM (Durbin, Michael) wrote in message news:<75ADFA77F338D411B4D900508BCFE7BE09D77E8D@excorp01.corp.erac.com>... > All, > > I have a situation where I need to write data from SAS to multiple > worksheets in an EXCEL workbook from Unix. I have a PERL program that can > write the binary form of the EXCEL workbook with multiple sheets that was > created from a CSV file that was output from SAS. I now need to automate > this process, however, I need to pass parameters from SAS to PERL. The only > way I think I can achieve this is to create UNIX environmental variables > from SAS. Every time I try this from SAS my variables are always blank on > Unix? When using the X command does SAS spawn another sessionid? This may > account for my problem. Does anyone know how to achieve what I'm trying to > do? > > Thanks, > > Mike Durbin


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