Subject SQL Error when writing basic procedure in IBO Console.
Author chrisredfield0022
The procedure is created with IBO Console.
Input variable is a type Interger.
Output variable is b type Integer.

Code of the procedure is:

begin
b = a;
end


Here is the error I just dont understand why this happens:

ISC ERROR CODE:335544569

ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -206
Column unknown
A
At line 6, column 5.