What is runstats and reorg in db2?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of commit ? and what is the syntax?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
What is cursor stability in db2?
database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
What is ACQUIRE/RELEASE in BIND?
how 2 resolve the -311 sqlcode
What is runstats db2?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
Explain an outer join?
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.