1.DBG> EXIT $ This command ends the debugging session and returns you to DCL level. 2.all> EXIT %NEXT_PROCESS, JONES_3, %PROC 5 all> This command causes orderly termination of three processes of a multiprocess program: the process after the visible process on the process list, process JONES_3, and process 5. Control is returned to the debugger after the specified processes have exited.