These are the ways in which you can pass variables and parameters:
including the system attribute current value of variable-or-parameter
declare remote variable-copy ( (class variable-or-parameter) ) = (return [,...] )
![]() |
Passing the Current Value of a Variable or Parameter
You can pass the current value of a variable or parameter by specifying that in the RPC grammar.
To pass a variable or parameter value:
declare remote procedure ((class variable-or-parameter including the system attribute current value of variable-or-parameter) ) = (return [,...] )
variable-value procedure across the data interface object and displays the return results.
collect data statement to get the current value of the variable.
![]() |