Message Oracle PCC-00136 - Invalid SQL_CURSOR declaration

ERRORInvalid SQL_CURSOR declaration
CAUSEAn array of SQL_CURSOR host variables was declared or, if Pro*COBOL, a PICTURE clause was specified in the SQL-CURSOR declaration. In Pro*FORTRAN, a length specification (i.e. *n) on the SQL_CURSOR declaration could have been specified. These usages are not supported.
ACTIONCheck that the SQL_CURSOR variable is not declared as an array or, if Pro*COBOL, that no PICTURE clause is specified for the SQL_CURSOR. In Pro*FORTRAN, check that there is no length specification (i.e. *n) for the SQL_CURSOR.