Is the below scenerio possible, if yes then how?
CREATE C1 CURSOR
OPEN CURSOR C1
FETCH C1 CURSOR
DOW SQLCOD = 0 (For Cursor C1)
CREATE C2 CURSOR
OPEN CURSOR C2
FETCH C2 CURSOR
DOW SQLCOD = 0 (For Cursor C2)
CLOSE CURSOR C2
FETCH CURSOR C2
ENDDO
FETCH CURSOR C1
ENDDO
CLOSE CURSOR C1
Software/Hardware used:
ASKED:
August 6, 2009 4:44 AM
UPDATED:
August 6, 2009 1:23 PM