What is the use of COMMAREA ?Minimum how much data we can
pass from it?
Answer Posted / prabu
32K is the therotical maximum value. Cics Programming guide
recommends not to exceed more than 24KB. As rest of the
space will be utilised for other control operations.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how can you do the explain of a dynamic sql statement?
Which component is responsible for processing sql statements and selecting access paths?
Which is faster delete or truncate?
Mention the different locking levels that are available in db2.
How can record locking be achieved in those DB2 versions which do not support it?
What is the role of the data page in the db2 database?
What is the default page size of buffer pools?
Explain about rct in db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is ibm db2 connect?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
How is the value function used?
What are the various isolation levels possible?
Why do we bind in db2?