Chapter Contents

Previous

Next
The CATALOG Procedure

MODIFY Statement


Changes the description of a catalog entry.

Featured in: Displaying Contents, Changing Names, and Changing a Description


MODIFY entry
(DESCRIPTION=<<'>entry-description<'>>)
</ ENTRYTYPE=etype>;


Required Arguments

entry
specifies the name of one SAS catalog entry. Optionally, you can specify the entry type with the name.
Restriction: You must designate the type of the entry, either when you specify the name (ename.etype) or with the ENTRYTYPE= option.
See also: Specifying an Entry Type

DESCRIPTION=<<'>entry-description<'>>
changes the description of a catalog entry by replacing it with a new description, up to 40 characters long, or by removing it altogether. Optionally, you can enclose the description in single or double quotes.
Alias: DESC
Tip: Use DESCRIPTION= with no text to remove the current description.


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.