Can we install 2 different versions of Db2 on same
mainframe?
Answers were Sorted based on User's Feedback
Answer / vinay
Yes you can. There could be multiple subsystems on a
mainframe machine and its not necessary to have the same
version of DB2 on all the Sub systems. One can have 7 and
the other can have 8.1 etc...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / s
YES 2 diffrent DB2 Subsystems under the same MVS image can
be running different versions.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jack
Yes two different db2 started task can exist in one lpar
with two different version like db2xxxx and db2yyyyy....
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a thread?
Describe major components of db2?
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?
How would you print the output of an SQL statement from SPUFI?
How can you find out the # of rows updated after an update statement?
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)
what is rebinding ?
what is difference between Plan and Package
What's the maximum number of volumes that can be added to a STOGROUP?
How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?
What is the use of dclgen in db2?
what is diffrence b/w file-aid tool and file-aid utility???