Chapter Contents

Previous

Next
CALL

CALL



Invokes a routine

All connections
Release 6.06 and later


Syntax
Syntax Description

Syntax

CALL label;

Syntax Description

label
identifies the starting point for executing a block of statements until a RETURN statement is reached.

Details

The CALL statement causes the statements following label to be executed until a RETURN statement is encountered. When a RETURN statement is reached, script processing resumes at the statement that follows the CALL statement.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.