PCC-00138: Result Set Cursors are not implemented in this precompiler Cause: There was an attempt to reference a host variable as a cursor reference. Cursor variables are not implemented in PRO*Pascal or Pro*PL/I. Action: Rewrite your host-language code to use standard SQL cursors.