Hi All,
I am having a Query Related to Cursor. I am Having a Cobol Pgm. Say Pgm. ABC. Pgm. ABC is calling a Sub Program say Pgm. XYZ.I define & Open a Cursor in Pgm. ABC. In Pgm. XYZ can I Fetch the Values for the Cursor Open in Pgm. ABC. If
Pgm. XYZ is Static Or Dynamic Call.
Note: In Pgm. XYZ I am not Declairing / Opening Cursor. Its done in Parent Pgm.