What are host variables in db2?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Q3. How will you fetch duplicate values from a DB2 table?
Hi All, In a Cobol-DB2 program, I am fetching rows from 4 tables using cursor and then based on the a field present in that table, It processes the information accordingly..for example stat-c is one digit field..if stat-c is 'D' then the a row is deleted from table and written those details in to a file. If the stat-c is 'U' then a row is updated (hardcoded what to update)in a table and written those details in to a file. If the stat-c is 'I' then a row is inserted in a table and written those details in to two files. The issue is i have to include the intermediate commits. When an abend occurs, due to commit statement db2 tables will be saved, But there will be lose of file contents. When we resubmitting the job associated with this program there will be insert ,update and delete anomolies to avoid that what measures could be taken?. The intermediate commit is nothing but issuing commit after massive inserts, updates and deletes(sum of 500actions)
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What is db2 stogroup?
Name the different types of Table spaces.
How would the varchar column remarks defined?
What's the maximum number of volumes that can be added to a STOGROUP?
How do I change the column size in db2?
What is node in db2?
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?
Define db2.