Chapter Contents |
Previous |
Next |
SAS Component Language: Reference |
Default Processing of Submit Blocks illustrates how submit blocks are processed when they are executed (not when they are compiled). Submit blocks are not processed when you test a SAS/AF application with the TESTAF command.
Default Processing of Submit Blocks
Note: By default, code is not
submitted immediately when the submit block is encountered in an executing
program. Also, when a nested entry (that is, an entry that is called by another
entry in the application) contains a submit block, the submitted code is not
executed until the calling task ends, or until another submit block with a
CONTINUE or IMMEDIATE option is encountered. Simply ending the entry that
contains the submit block does not process submitted code.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.