Chapter Contents |
Previous |
Next |
Command Directory |
exi{t}
Format 1: |
exit |
Format 2: |
exit
nodrop |
exit
command is equivalent to calling the
exit
function from within a program.
Format 2: Format 2 uses the nodrop
keyword in the debugger exit
command to retain breakpoints in functions registered with the
atexit
compiler function. Normally, the exit
command
drops any outstanding breakpoints before terminating the program. If the program
registers a function via the
atexit
function, any breakpoints in
that function are dropped. When the nodrop
keyword is used, however, outstanding breakpoints are not dropped automatically.
exit
command uses command scope to resolve references to all identifiers.
PROFILE | no |
configuration | no |
Source window prefix | none |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.