Too Many Open Files (was Re: The CLOSE command)

Tony Ryder tryder at westnet.com.au
Fri Feb 17 13:52:32 PST 2006


close would close all open files.

If you mean you only want to close open files
within the call or chained processing table
then you would have to use close filename
for each open filename.

Tony Ryder

|That works fine unless you have multiple lookups that
|re-use the same alias.  For example:
|
|lookup fil = file1 k=ky i=a -nx
|lookup fil = file2 k=ky i=a -nx
|lookup fil = file3 k=ky i=a -nx
|close fil
|
|The above code only closes the open files from file3. 
|I would like an option to close all of the open files
|from lookups.
|
|Jeff Harrison
|jeffaharrison at yahoo.com



More information about the Filepro-list mailing list