Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Recursoive CURSOR problem . PLEASE HELP !

Recursoive CURSOR problem . PLEASE HELP !

From: <cjh6661_at_my-dejanews.com>
Date: Wed, 07 Oct 1998 15:24:33 GMT
Message-ID: <6vg13h$aiu$1@nnrp1.dejanews.com>


I have a set of COBOL PROGRAMS which call SQL Functions.

  1. COBOL PROGRAM 'A' Opens Cursor to access File-1
  2. COBOL PROGRAM 'A' calls COBOL PROGRAM 'B'
  3. COBOL PROGRAM 'B' Needs to call the same function that PROGRAM 'A' called to open a uniq cursor for File-1, but the DECLARE Cursor clause does not accept a FIELD, but is the actual name of the cursor.

Please tell me how to make these declarations of cursors unique from each other. If they have the same name the 2nd cursor replaces the 1st.

PLEASE SEND ANSWERS to cobyh_at_consygen.com

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Oct 07 1998 - 10:24:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US