SAS/CONNECT Script Statements |
Syntax | |
Syntax Description |
Syntax |
CALL label; |
identifies the starting point for executing a block of statements until a RETURN statement is reached.
The CALL statement causes the statements that are specified after label to be executed until a RETURN statement is encountered. When a RETURN statement is reached, script processing resumes at the statement that is specified after the CALL statement.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.