Chapter Contents |
Previous |
Next |
DROP |
Optional statement | |
Applies to: | access descriptor or view descriptor |
Syntax | |
Details | |
Arguments |
Syntax |
DROP numeric-list; |
DROP item-name <... item-name-n>; |
Details |
The DROP statement drops the specified item so that the item is no longer available for selection. When used in an access descriptor, it prevents the specified item from being available to a view descriptor. The DROP statement is used with the UPDATE statement in a view descriptor.
You can specify as many items to be dropped as necessary by using one DROP statement. You can identify items by their index number or by their name or a quoted string, but you cannot mix index numbers and names. If you drop a record or group, all the items in that record or group are dropped.
Arguments |
The following arguments can appear in the DROP statement:
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.