![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Library: _renameMember |
| Syntax |
Syntax |
| CALL SEND (library-object-id, '_renameMember', old-member-name, new-member-name<, member-type><, new-object-id>); |
| Argument | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| old-member-name |
C | specifies the name of the SAS data file or catalog to be renamed; must be a one-level name | ||||||||
| new-member-name |
C | specifies the new library member name; must be a one-level name | ||||||||
| member-type |
C | specifies the member type:
|
||||||||
| new-object-id |
N | if included, creates and returns the object identifier of new-member-name. If you are renaming a catalog,
new-object-id will
be a SAS Catalog object. If you are renaming a SAS data file, new-object-id will be a SAS Data File object. If the rename fails, the value of new-object-id is
0. |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.