473,385 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

DB2 on z/OS different than on LUW ?

F
Is DB2 on z/OS same as DB2 on LUW ? Will my DB2 DBA on one environment have
to retrain again on the other ?

Thanks

Jun 27 '08 #1
2 5803
BD
On May 26, 9:32*am, "F" <f...@hotmail.comwrote:
Is DB2 on z/OS same as DB2 on LUW ? Will my DB2 DBA on one environment have
to retrain again on the other ?

Thanks
I'd say that the lower-level stuff will be markedly different -
configuring the product on the OS, managing processes, etc.

I've got pretty limited experience in both, but I am already finding
several differences, even with higher-level admin tasks. The
differences I've found have been very specific, and unfortunately not
clearly documented (that I can find). That said, the volumes of
documentation for both platforms make it pretty difficult to find
specific information quickly.

Several SQL keywords which are useable in LUW are not useable in z/OS:
'ATOMIC', for example. There are some words which are 'reserved words'
on the mainframe environment, and cannot be used in SQL statements.

One of the more frustrating examples for me concerns materialized
query tables. In LUW, these can be configured to automatically update,
based on the changes to their 'master' tables. But this automatic
refresh functionality is, for all I can find, not supported under z/
OS. And I have not been able to identify a supported, nor even a
recommended, method for 'emulating' that kind of automatic update of
the MQT. The closest I could get was a notion involving triggers,
which invoked stored procedures, which invoked the update to the MQT.
You can't call a 'refresh table' statement directly from a trigger, I
discovered. I was forced to discard the idea entirely, because of the
ungainly hoops I'd have to jump through. May as well have created the
query tables manually and used manually coded triggers to update them.

Anyway - I rant. My suggestion to you would be to proceed forward,
with the db2 guide for Cross-Platform development close at hand, and
don't spend too much time wrestling with something that worked under
LUW and is not working under z/OS, before attempting to confirm that
what you are trying to do is simply not supported under z/OS.

Cheers,

BD

Jun 27 '08 #2
"F" <f@hotmail.comwrote in message
news:g1**********@registered.motzarella.org...
Is DB2 on z/OS same as DB2 on LUW ? Will my DB2 DBA on one environment
have to retrain again on the other ?

Thanks
There are significant differences at the database administration level, but
the DML (select, insert, update, and delete) is very similar and getting
closer with each new release.

The biggest problem is learning the operating systems. If the person is
proficient in z/OS (JCL, TSO, etc) and proficient in Linux/UNIX, then it
will not be hard to learn the differences in the database products.

Which one does the person know now?
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Neil | last post by:
Folks, I've got a problem at work, and I'm hoping that someone out there may have had something similar (although I doubt it!) or may be able to offer some advice. I'm in the process of...
16
by: Geoff Cox | last post by:
Hello, I publish some web pages using large fonts and would like to give the user the opportunity to print the pages using a smaller font. I believe that this is possible using different style...
1
by: Avanish Pandey | last post by:
Hello All We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? ...
5
by: Hendrik Schober | last post by:
Hi, we just run into the problem, that "default" alignment in the project properies dialog seem to be different. We have a project that's a DLL, which is linked with a couple of LIBs. All are...
3
by: asanford | last post by:
I want to create an ASP.NET web application that receives a form POST message, inspects the data, and reroutes the request to one of many different servers. I wrote an IHttpModule which...
27
by: Ben Finney | last post by:
Antoon Pardon wrote: > I just downloaded your enum module for python > and played a bit with it. IMO some of the behaviour makes it less > usefull. Feedback is appreciated. I'm hoping to...
4
by: cantatahost | last post by:
Hello, Likely this has been asked before... We have a library (in DLL form) that we distribute. The interface to the library is all C, but within the library it uses C++ in many places. ...
3
by: Ryan Liu | last post by:
Hi, I have a big urgent problem to solve. I used to use Windows 2000 Chinese version, now I installed Windows XP (English) system. The problem is not about 2000 or XP, it is about English...
16
by: Stefano Sabatini | last post by:
Hi all, I'm facing this design problem. I have a table which defines the behaviour of an Object in a given state according to the type of event it is receiving. So for each couple...
5
by: Christopher Brewster | last post by:
I am running the same script on the same data on two different machines (the folder is synchronised with Dropbox). I get two different results. All the script does is count words in different...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.