What is ibm db2 client?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of a data page?
Describe what a storage group(STOGROUP) is?
how we will do null data selection in cobol-db2 program
can you use symbolic parameters in JOB?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
What is runstats and reorg in db2?
what is the Foreign key? explain?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
how to copy the host variables from ps file into cobol program other than include statement
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 is the advantage in De-normalizing tables in DB2?
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??