What is the use of COMMAREA ?Minimum how much data we can
pass from it?
Answer Posted / rajani mazumder
Passing of data from one program to another is
achieved by COMMAREA defined in working-storage section.
The receiving program will receive the data in its linkage
section, under DFHCOMMAREA.
May be used in functions like RETURN/XCTL/LINK.maximum size
is 32k.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to connect to db2 database from windows command line?
What is syscat in db2?
How does db2 sample database connect?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What is page size in db2?
What are the full forms of spufi and dclgen and why are they used?
What is clone table?
What are db2 objects?
What is db2 catalog database?
What is the syntax for FETCH in DB2 ?
How to find primary key of a table in db2?
what is a corelated subquerry?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
How to fetch the last row from the table in SQL (db2)?
What are the two types of logging in the db2 database? Explain them.