| Functions and CALL Routines under UNIX |
| Category: | External Files |
| UNIX specifics: | Information items available |
| See: | FOPTNUM Function in SAS Language Reference: Dictionary |
| Syntax | |
| Details | |
| See Also |
Syntax |
| FOPTNUM(file-id) |
specifies the identifier that was assigned when the file was opened, generally by the FOPEN function.
| Details |
Under UNIX, five information items are available for all types of files:
If you concatenate filenames, then an additional information item is available: File List. If you are using pipe files, then the only information item available is PIPE Command.The open-mode specified in the FOPEN function determines the value that FOPTNUM returns.
For an example of how to use the FOPTNUM function, see Example: File Attributes When Using the Pipe Device Type.
| See Also |
FOPEN Function in SAS Language Reference: Dictionary
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.