why should we bind the DB2 program . What if we did not
BIND a BD2 program ??
Answer Posted / guest
We dont bind the DB2 program, we bind the subproduct DBRM
that is output during the precompile step. Without the
final step of BIND the DB2 program will not execute because
the program looks for a DBRM with matching contoken from
the load module. If it cannot find one, the DB2 issues an -
818.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to test SQL -911 error while developing COB-DB2 program
What is an instance in db2?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What is dbrm? What it contains? When it will be created?
What is dbrm in db2 database?
What is db2 stogroup?
Define declaration generator (dclgen).
What are the various isolation levels possible?
What are the bind parameters ibm db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is the physical storage length of timestamp data type?
Where can you declare a cursor in a cobol-db2 program?
What is a storage group (stogroup)?
How to find primary key of a table in db2?
How can we read records for specific member in CL? AND rpg?