Chapter Contents |
Previous |
Next |
Command Directory |
dr{op}
Format 1: |
drop
ACTION-RANGE |
Format 2: |
drop
ACTION-RANGE, ACTION-RANGE, . . . |
Format 3: |
drop
FUNCTION-NAME|(SECTION-NAME) all |
Format 4: |
drop all |
Format 5: |
drop last |
drop
command drops one or more requests from the list displayed by the query
command. Requests are identified in the query list
by request number. The numbers associated with dropped requests are not reused.
The ACTION-RANGE argument is either ACTION (a single request) or ACTION:ACTION
(a range of requests).
Format 2: Format 2 drops several single requests and request ranges, which are separated by commas.
Format 4: This format drops all requests for the entire program.
Format 5: This format drops the last request
on the list displayed by the query
command.
drop 3
drop 3:6
drop 4, 9:13, 7
drop func1 all
func1
function.
drop (comp23) all
comp23
compilation.
drop all
drop last
PROFILE | yes |
configuration file | no |
Source window prefix | none |
drop
command is not affected by changes in scope.
Successful: a nonzero number | |
Unsuccessful: 0 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.