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 (August 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 8 Aug 2003 10:41:09 -0400
Reply-To:     "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:      Re: fileref() ,fileexit()....

"ben" <benpub7@YAHOO.COM> wrote in message news:200308071823.h77INOa08350@listserv.cc.uga.edu... > Hi, > I assigned a file reference for a file on remote site: > filename dds ftp "mmmm.xxx" > cd="xxx" user='xxxx' pass='xxxxx' > host='www.abc.com' recfm=v prompt; > > then I wanted to justify if the file is located or not with function > fileref('dds') or fexist(..) ,fileexist(..).....it doesn't work. > what goes wrong here? > > Thanks for your help.

You can run a data step to read the FTP file directory. groups.google up group:comp.soft-sys.sas read ftp directory

-- Richard A. DeVenezia http://www.devenezia.com


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