Chapter Contents

Previous

Next
The COPY Procedure

Procedure Syntax


Reminder: You can use global statements with this procedure. See Chapter 2, "Fundamental Concepts for Using Base SAS Procedures," for a list.

PROC COPY OUT=libref-1 IN=libref-2
<CLONE|NOCLONE>
<MEMTYPE=(mtype(s))>
<MOVE <ALTER=alter-password>>
<INDEX=YES|NO>
<CONSTRAINT=YES|NO>
<FORCE>;
EXCLUDE SAS-file(s) </ MEMTYPE=mtype>;
SELECT SAS-file(s) </ <MEMTYPE=mtype>
<ALTER=alter-password>>;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.