SAS System Options |
Valid in: | configuration file, SAS invocation |
Category: | Environment control: Error handling |
Requirement: | can be used only in batch mode |
PROC OPTIONS GROUP= | ERRORHANDLING |
Syntax | |
Syntax Description | |
Details | |
See Also |
Syntax |
STEPRESTART | NOSTEPRESTART |
enables restart mode, which specifies to execute the batch program by using the checkpoint-restart data.
disables restart mode, which specifies not to execute the batch program using checkpoint-restart data.
Details |
You specify the STEPRESTART option when you want to resubmit a batch program that ran in checkpoint mode and terminated before it completed. When you resubmit the batch program, SAS determines from the checkpoint data which DATA step or PROC step was executing when the program terminated, and resumes executing the batch program by using that DATA or PROC step.
See Also |
System Options: | |||||
Statement: | |||||
Restarting Batch Programs in SAS Language Reference: Concepts |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.