How to connect to db2 database from windows command line?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Cartesian product?
What is Declaration Generator(DCLGEN)?
What is the use of db2?
i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
What are foreign keys?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
wht displays the number of times a query modified ?
What is a synonym? How is it used?
How many buffer pools are available in db2?
What is db2? Explain.
If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation