Chapter Contents |
Previous |
Next |
Command Directory |
di{sable}
Format 1: |
disable
ACTION-RANGE |
Format 2: |
disable
ACTION-RANGE, ACTION-RANGE, . . . |
Format 3: |
disable
FUNCTION-NAME|(SECTION-NAME) all |
Format 4: |
disable
all |
Format 5: |
disable
last |
disable
command disables requests. Requests are identified by request number as displayed
by the query
command. The ACTION-RANGE argument
is either ACTION (a single request) or ACTION:ACTION (a request range).
Format 1: Format 1 disables one request or one request range specified by ACTION-RANGE.
Format 2: Format 2 disables several single requests and/or request ranges.
Format 3: Format 3 disables all requests for a section (SECTION-NAME) or function (FUNCTION-NAME).
Format 4: This format disables all requests for the entire program.
Format 5: This format disables the last request on the list.
After you disable a request, the request is not honored until you enable it again. (See enable.) Disabled requests are marked with an asterisk in the query list next to the request number. (If you try to disable a request that is already disabled, you receive a message.)
disable 3
disable 3:6
disable 4, 9:13, 7
disable func1 all
func1
function.
disable (comp23) all
comp23
section name (compilation).
disable all
disable last
PROFILE | yes |
configuration file | no |
Source window prefix |
d |
disable
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.