Assignment target |
- Local variable name
- OUT or INOUT parameter name
|
- QUERY_BAND variable name
- Status variable
- FOR loop column and correlation name
- IN parameter
|
Assignment source |
Literal or an expression containing one of the following:- Local variable
- IN or INOUT parameter
- FOR loop column and correlation names when the SET statement is within the scope of the FOR statement
- Constant expression
- Status variable
|
- OUT parameter
- FOR loop column and correlation names when the SET statement is not within the scope of the FOR statement
|