Copying, Moving, and Deleting SAS Data Sets |
Procedures |
starts the procedure and specifies the procedure input library for subsequent statements. The KILL option deletes all members and member types from the library.
DATASETS Procedure Statements |
copies files from the procedure input library that is specified in the PROC DATASETS statement to the output library that is specified in the OUT= option. The IN= option specifies a different input library. The MOVE option deletes files from the input library after copying them to the output library.
You can use the following statements with the COPY statement:
deletes only the SAS data set that you specify in this statement.
deletes all members of the library except those that you specify in this statement.
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.