LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 1997, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 8 Jul 1997 11:37:45 -0400
Reply-To:     Victor Kamensky <kamensky@AECOM.YU.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Victor Kamensky <kamensky@AECOM.YU.EDU>
Subject:      Re: reading an input file in windows
Content-Type: text/plain; charset="us-ascii"

Hi,German! INFILE is the statement. Fur it should get the whole description of the file. The description depends on the operating system. E.g., for PC(Windows and dos) it should look like;

INFILE 'C:\MYDIR\MYFILE.TXT'; Victor Kamensky Programmer Albert Einstein College of Medicine At 03:36 PM 7/2/97 -0500, you wrote: >I am a brand new person using SAS I am trying to use a data file in SAS. >I do not >have any idea of the commands require to tell SAS where my data file is. >I have tried INFILE, but i keep getting physical file does not exist. >Any help on it will be appreciated >German Gavilan > >


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