sqlca.execute

execute the procedure and return the result in the variable list

 

sqlca=execute <procedure> [into <variablelist>]

 

use into command to save the result in defined variables. See sqlca into

if you work without Into, the system save the result in sqlca.result.x

 

Example:

sqlca.execute beas_poollist '1','1','Y' into :myid

 

 

See

sqlca into

sqlca result

sqlca error handling