Chapter Contents |
Previous |
Next |
SAS Component Language: Reference |
There are other SCL functions that enable you to determine the names and values of attributes that your operating system maintains for external files. These functions are listed in the following sections and are described completely in the appropriate entry in SAS Component Language Dictionary.
Determining Attributes and Attribute Values |
FOPTNUM | reports the number of attributes maintained for files in your operating system. |
FOPTNAME | returns the name of a file attribute. |
FINFO | returns the value of a file attribute. |
Determining Information about an FDB |
FRLEN | returns the length of a record in the FDB. |
FCOL | returns the position of the column pointer in the FDB. |
Renaming and Deleting an External File |
You can use SCL functions to rename or delete an external file.
DELETEFDELETE | delete an external file. |
RENAME | renames an external file. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.