The RETURN statement returns a single integer value to the calling environment, causing an immediate exit from the procedure.
Prérequis
There are no prerequisites for this task.
Execute the following statement:
RETURN expression |
The value of the supplied expression is returned to the calling environment. Use an extension of the CALL statement to save the return value in a variable:
CREATE VARIABLE returnval INTEGER; returnval = CALL variable/procedure-name? myproc(); |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |