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
>
>
|