Language Reference |
resumes execution
The RESUME statement enables you to continue execution from the line in the module where the most recent PAUSE statement was executed. PROC IML issues an automatic pause when an error occurs inside a module. If a module was paused due to an error, the RESUME statement resumes execution immediately after the statement that caused the error. The SHOW pause statement displays the current state of all paused modules.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.