What is difference between defining the DB2 cursor in working storage section and in procedure division? How does it affects to Cobol-DB2 program if the cursor is defined in working storage section and if defined in procedure section.

Showing Answers 1 - 6 of 6 Answers

It does not make any difference that you are defining cursor in working storage section or in procedure division. You can define it in both places. If you are defining a cursor in procedure division it doesn't affects at all of your Cobol/db2 program.
Regards,
Pradeep

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions