Rexx/SQL

A Rexx interface to SQL databases

Version 2.6

16 September 2012


SQLVARIABLE(variable name[,variable value])

Set or get the value for the specified variable.

The following variables are available in all implementations:

Arguments:

variable name
The name of the variable who's value is to be set or retrieved.
The names of variables may be implementation dependant.

variable name
The name of the variable who's value is to be retrieved.

Returns:
with variable name specified:
zero if a valid variable name specified and it is able to be set;

a negative number if the variable name is invalid or the variable name is not able to be set.

with variable value NOT specified:
the current value of the variable or a negative number if the variable name is invalid.


Copyright © Mark Hessling 1997-2012 <mark@rexx.org>


Return to Table of Contents
Last updated 16 September 2012