What is the difference between using bind () and rebind () methods of naming class?
How can you quickly find out the number of rows updated after an update statement?
the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1
Define sqlca.
i want to delete 20th million record how ?
What techniques will be used to avoid deadlock??
How do I delete a table in db2?
What is the difference between CS and RR isolation levels?
What is the role of union all and union
Update command
What is dbrm? What it contains? When it will be created?
How Plan is created while executing the query using SPUFI?
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.