CATALOG Procedure
MODIFY Statement
Changes the description of a catalog entry.
Syntax
Required Arguments
- entry
-
specifies the name
of one SAS catalog entry. 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.
- DESCRIPTION=<<'>entry-description<'>>
-
changes the description
of a catalog entry by replacing it with a new description, up to 256
characters long, or by removing it altogether. You can enclose the
description in single or double quotes.
Alias:DESC
Tip:Use DESCRIPTION= with no text to remove the current description.
Optional Argument
- ENTRYTYPE=etype
-
restricts processing
to one entry type.
Copyright © SAS Institute Inc. All rights reserved.