The DEFINE_COLUMN_LONG procedure defines a column of the type LONG in the SELECT list to be returned and retrieved in a cursor.
When you use this procedure, the column you are defining is identified by its relative position in the SELECT list of the statement in the specified cursor. The COLUMN value type determines the type of column being defined.
Parameters
c
Cursor ID of the cursor from which a row is selected.
position
Relative position of the column in the row being defined. The first column in a statement has position 1.