Entering content frame

-734: Pointer variable not allowed here 

Explanation:

SQL variables defined as pointers are not allowed in LONG columns because the maximum length of these variables is not known.

User Action:

Specify the SQL variable as a CHARACTER ARRAY.

 

Leaving content frame