Previous Page | Next Page

DATA Step Debugger

QUIT



Terminates a debugger session.
Category: Terminating the Debugger
Alias: Q

Syntax
Without Arguments
Details

Syntax

QUIT

Without Arguments

The QUIT command terminates a debugger session and returns control to the SAS session.


Details

SAS creates data sets built by the DATA step that you are debugging. However, when you use QUIT to exit the debugger, SAS does not add the current observation to the data set.

You can use the QUIT command at any time during a debugger session. After you end the debugger session, you must resubmit the DATA step with the DEBUG option to begin a new debugging session; you cannot resume a session after you have ended it.

Previous Page | Next Page | Top of Page