Chapter Contents |
Previous |
Next |
SAS Data File: _rename |
Syntax | |
Example |
Syntax |
CALL SEND (datafile-object-id, '_rename', new-datafile-name); |
Argument | Type | Description |
---|---|---|
new-datafile-name |
C | specifies the new one-level name for the data file associated with datafile-object-id |
Example |
This example renames SASUSER.FITNESS to SASUSER.DATA:
call send (dfile, '_rename_', 'data');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.