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 (June 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Jun 2009 09:31:30 +0200
Reply-To:     Andre Wielki <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andre Wielki <wielki@INED.FR>
Subject:      Re: How to transfer non-sas files from unix to windows
Comments: To: Tom Smith <tomquin99@GMAIL.COM>
In-Reply-To:  <200906071643.n579l1Vu021279@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Tom

"some files other than sas tables" your environment context is not clear

1 if you have two sas working one under windows and a sas unix working on a server the solution is

proc download infile= outfile= ; in a remote submit context using sas connect module

2 without sas upon unix, you have the possibility to use a command ftp outside sas

3 last but not least, there is a possibility on a network to view inside your window explorer a monted view of your unix part of disk ressources and then an easy copy/paste is enaugh. but recall you that the end of a record in unix is LF and in windows it is CR LF. Perhaps you would need to change this end depending of what you need to do under sas windows with those files.

HTH Andre

Tom Smith a écrit : > I am working on Windows. I want to download some files other than SAS data > from Unix. Can xport or proc cport hanlde this kind of work? > Or any other method to transfer the files from unix to windows usinig SAS? > Thanks a lot. > >

-- André WIELKI INED (Institut National d'Etudes Démographiques) Service Informatique 133 Boulevard Davout 75980 Paris Cedex 20 mél : wielki@ined.fr tél : 33 (0) 1 56 06 21 54


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