How to resolve -502 sql code in DB2?

Answers were Sorted based on User's Feedback



How to resolve -502 sql code in DB2?..

Answer / kk

hi,

Open cursor already open.try to check the open cursor
giving twice.

Is This Answer Correct ?    13 Yes 1 No

How to resolve -502 sql code in DB2?..

Answer / anandrao

This error occures when you are opening the cursor which is
already open in current session.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More DB2 Interview Questions

In a Cobol-DB2 program, I am fetching rows from 4 tables using cursor and then based on the a field present in that table, It processes the information accordingly..for example stat-c is one digit field..if stat-c is 'D' then the a row is deleted from table and written those details in to a file. If the stat-c is 'U' then a row is updated (hardcoded what to update)in a table and written those details in to a file. If the stat-c is 'I' then a row is inserted in a table and written those details in to two files. The issue is i have to include the intermediate commits. When an abend occurs, due to commit statement db2 tables will be saved, But there will be lose of file contents. When we resubmitting the job associated with this program there will be insert ,update and delete anomolies to avoid that what measures could be taken?. The intermediate commit is nothing but issuing commit after massive inserts, updates and deletes(sum of 500actions)

2 Answers  


PLAN IS EXECUTABLE AND PACKAGE IS NOT EXECUTABLE . THEN WHAT IS THE USE OF PACKAGE?

2 Answers   Tech Mahindra, Wipro,


How to define the data items to receive the fetch items for the SQL?

2 Answers  


What is the role of schema in the db2 database?

0 Answers  


what is the difference between where clause and having clause

2 Answers   IBM,






What is the purpose of rollback and commit?

0 Answers  


How to restart a DB2 program?

0 Answers   Cognizant,


What does runstats do in db2?

0 Answers  


What os does db2 run on?

0 Answers  


quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th

5 Answers  


Is it mandatory to use DCLGEN? If not, why would you use it at all?

2 Answers  


What is read-only cursor?

1 Answers  


Categories