Renames a member of a SAS library, an entry in a SAS catalog, an external file, or a directory.
| Categories: | External Files | 
| SAS File I/O | 
specifies a character constant, variable, or expression that is the current name of a member of a SAS library, an entry in a SAS catalog, an external file, or an external directory.
specifies a character constant, variable, or expression that is the new one-level name for the library member, catalog entry, external file, or directory.
is a character constant, variable, or expression that specifies the type of element to rename. Type can be a null argument, or one of the following values:
| ACCESS | specifies a SAS/ACCESS descriptor that was created using SAS/ACCESS software. | 
| CATALOG | specifies a SAS catalog or catalog entry. | 
| DATA | specifies a SAS data set. | 
| VIEW | specifies a SAS data set view. | 
| FILE | specifies an external file or directory. | 
| Default | 'DATA' | 
specifies a character constant, variable, or expression that is the description of a catalog entry. You can specify description only when the value of type is CATALOG. Description can be a null argument.
is a character constant, variable, or expression that specifies the password for the data set that is being renamed. Password can be a null argument.
is a numeric constant, variable, or expression that specifies the generation number of the data set that is being renamed. Generation can be a null argument.