Chapter Contents

Previous

Next
The CATALOG Procedure

CHANGE Statement


Renames one or more catalog entries.

Tip: You can change multiple names in a single CHANGE statement or use multiple CHANGE statements.
Featured in: Displaying Contents, Changing Names, and Changing a Description


CHANGE old-name-1=new-name-1
<...old-name-n=new-name-n>
</ ENTRYTYPE=etype>;


Required Arguments

old-name=new-name
specifies the current name of a catalog entry and the new name you want to assign to it. Specify any valid SAS name.
Restriction: You must designate the type of the entry, either with the name (ename.etype) or with the
ENTRYTYPE= option.


Options

ENTRYTYPE=etype
restricts processing to one entry type.
See: The ENTRYTYPE= Option
See also: Specifying an Entry Type


Chapter Contents

Previous

Next

Top of Page

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