I have a main program (A) where we delete some rows in
table in a cursor, and we commit it in sub program(B).
What will happen - will we get an error or not?
Answers were Sorted based on User's Feedback
Answer / manikanta
Whenever control is going to sub program or control is coming back to main program - COMMIT takes place automatically by the system.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ananth
I dont know about this question?
Please let me know if you gave answer
| Is This Answer Correct ? | 0 Yes | 2 No |
Where can you declare a cursor in a cobol-db2 program?
What is cursor stability?
How can we define a table? How can we apply SEARCH ALL on it ?
Why might full image copies be faster to implement than an incremental image copy?
What is COPY PENDING status?
What is the specific need of Plan and..where are the tables in DB2 are physically saved
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
What is the difference between spufi and qmf?
How connect db2 database to datastage?
What does DML stand for and what are some examples of it?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
how to execute qcmdexc in rpgle?plz write code also?