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 (November 2002, 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 Nov 2002 17:43:25 -0500
Reply-To:   "Droogendyk, Harry" <Harry.Droogendyk@CIBC.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Droogendyk, Harry" <Harry.Droogendyk@CIBC.COM>
Subject:   Re: Enhanced Editor
Content-Type:   text/plain; charset="iso-8859-1"

There's been a bunch of discussion around this question, see the archives.

On my Windoze machine, it looks as though the highest numbered #LN fileref in the sashelp.vextfl view. Xpath is the variable that contains the path /filename of the fileref. Using the into: you could pop that into a macro variable for use in a subsequent data step or proc.

proc sql; select * from sashelp.vextfl where fileref eqt '#LN' having fileref eq max(fileref) ; quit;

-----Original Message----- From: Michael S. Zdeb [mailto:msz03@HEALTH.STATE.NY.US] Sent: Friday, November 08, 2002 5:25 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Enhanced Editor

Hi. When using SAS in display manager mode under Windows....

if one has used FILE/OPEN to place SAS code in the Enhanced Editor, is the name of the file that was opened "available" in some way for use in a data step or procedure?

Thanks.

Mike Zdeb New York State Department of Health ESP Tower - Room 1811 Albany, NY 12237 P/518-473-2855 F/630-604-1475


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