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
What is the difference between cursor and select statement?
What is the picture clause of null indicator variable?
What is the information associated with sysibm.syslinks table?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How do I copy a table in db2?
What is null value in db2?
What is sqlca’s maximum length?
How do you concatenate the firstname and lastname from emp table to give a complete name?
How to rename a table in DB2 ?
What is dbrm in db2 database?
How to create backup table in db2?
What is the cobol picture clause of the db2 data types date, time, timestamp?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What do you mean by between and in? Is between inclusive of specified range values?
what is a corelated subquerry?