Functions and CALL Routines under z/OS |
Closes an external file, a directory, or a directory member.
Category: |
External Files
|
z/OS specifics: |
file close is strongly recommended
|
See: |
FCLOSE Function in
SAS Language Reference: Dictionary
|
-
file-id
-
specifies the identifier that was assigned
when the file was opened, generally by the FOPEN function.
Files opened with the FOPEN function are
not closed automatically after processing. All files that are opened with
FOPEN should be closed with FCLOSE. For code examples, see
FINFO Function: z/OS
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.