ALLBASE/SQL Reference Manual (36216-90216)

308 Chapter10
SQL Statements A - D
Assignment (=)
Example
:msg = 'Vendor number found in "Orders" table.';
:SalesPrice = :OldPrice;
:NewPrice = :SalesPrice*.80;
:nrows = ::sqlerrd2;