How can you validate Sql errors during cursor operation in
db2 pgms and where do you code?
what is Static and dynamic linking
What is the information associated with sysibm.syslinks table?
Which command is used to remove all rows from a table?
what are the max. & min. no. of partitions allowed in a partition tablespace?
What Utility is used to migrate DB2 from one release to the next?
What is the command used by TSO users to invoke DB2?
How can we retrieve the total number of records in RPG & CLLE?
can we view the access paths created by dbrm ? how ? thx
what is parm utility
What is the FREE command?
What is Reorg Recovery? when will you run it?
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.