What are the different types of base tables?
No Answer is Posted For this Question
Be the First to Post Answer
What do you do to keep the cursor from closing after a commit?
Name the different types of Table spaces.
Why do we use cursor?
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
What do the initials DDL and DML stand for and what is their meaning?
What does the RUNSTATS Utility do?
What is the use of db2?
How to resolve -818 sql code in DB2?
What is rebind in 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 is db2? Explain.
Why do we bind in db2?