Chapter Contents |
Previous |
Next |
FOPTNUM |
Category: | External Files |
Syntax | |
Argument | |
Details | |
Comparisons | |
Examples | |
See Also |
Syntax |
FOPTNUM(file-id) |
Details |
Operating Environment Information: The number, value, and type of information items that are available depend on the operating environment.
Comparisons |
Examples |
This example opens the external file with the fileref MYFILE and determines the number of system-dependent file information items available:
%let fid=%sysfunc(fopen(myfile)); %let infonum=%sysfunc(foptnum(&fid));
See Also |
Functions:
| |||||||||||||||
See the Examples in the FOPTNAME Function. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.