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 (October 1998, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 6 Oct 1998 11:35:18 -0700
Reply-To:   "Berryhill, Timothy" <TWB2@PGE.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   "Berryhill, Timothy" <TWB2@PGE.COM>
Subject:   Re: # of files open in one SAS program/session
Comments:   To: Xixi W Yin <Xixi.W.Yin@AEXP.COM>
Content-Type:   text/plain

It depends. Are you running in Windows, some flavor of unix, or with a real operating system? You should be able to have several hundred files open at once, at least. Using the FILEVAR option of the FILE statement, you can open and close output files as you need them. I believe (without checking) you can also control input files with a FILEVAR option on an INFILE statement. Tim Berryhill - Contract Programmer and General Wizard TWB2@PGE.COM or http://www.aartwolf.com/twb.html Frequently at Pacific Gas & Electric Co., San Francisco The correlation coefficient between their views and my postings is slightly less than 0 > ---------- > From: Xixi W Yin[SMTP:Xixi.W.Yin@AEXP.COM] > Reply To: Xixi W Yin > Sent: Tuesday, October 06, 1998 11:03 AM > To: SAS-L@UGA.CC.UGA.EDU > Subject: # of files open in one SAS program/session > > Hello, > I was wondering how many files I can open in one SAS program, > which > will be run in one SAS session, and how do I close them if I need to? > (This is > just Base SAS). Thanks. > > Xixi >


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