473,406 Members | 2,769 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,406 software developers and data experts.

Moving to AS/400

I have been asked to start positioning from DB2 on Windows to helping
maintain another DB2 database on the mainframe (AS/400). I am
comfortable in DB2 but have never used the green screens and all.

To get my footing during the transition phase, I have been trying to
explore different tables, run some simple SQL against them, and so on.
But it seems that the system catalogs that I use so frequently on LUW
are simply not available on the mainframe side. Is that the case or am
I looking at the wrong place? How would I get a list of tables/columns
in the database?

On a related note, I have already seen some syntactical differences in
SQL. Where can I find a document that introduces the differences (and
similarities) between these two platforms to someone who is familiar
with LUW side but not mainframes?

Nov 12 '05 #1
8 1522
<de*******@yahoo.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
I have been asked to start positioning from DB2 on Windows to helping
maintain another DB2 database on the mainframe (AS/400). I am
comfortable in DB2 but have never used the green screens and all.

To get my footing during the transition phase, I have been trying to
explore different tables, run some simple SQL against them, and so on.
But it seems that the system catalogs that I use so frequently on LUW
are simply not available on the mainframe side. Is that the case or am
I looking at the wrong place? How would I get a list of tables/columns
in the database?

On a related note, I have already seen some syntactical differences in
SQL. Where can I find a document that introduces the differences (and
similarities) between these two platforms to someone who is familiar
with LUW side but not mainframes?


Let's make one thing clear. The AS/400 is not a mainframe. If you continue
that description, you will held liable for slander (by z/OS users).

There is a manual called SQL Reference for Cross-Platform Development V2,
which you can download at:
http://www-306.ibm.com/software/data...manualsv8.html

If I were you, I would reconsider before it is too late. Any of the other
DB2 platforms is far better than DB2 for AS/400.
Nov 12 '05 #2
Mark A wrote:
Let's make one thing clear. The AS/400 is not a mainframe. If you continue
that description, you will held liable for slander (by z/OS users).
Mark, Thanks for the clarification. I was not aware of the
sensitivities on this topic. My sincere apologies.

There is a manual called SQL Reference for Cross-Platform Development V2,
which you can download at:
http://www-306.ibm.com/software/data...manualsv8.html
I took a quick look at it. It does not seem to address the system
catalog. There is a single mention of it on page 14, and it refers to
some other documentation.

Do you happen to have a link to where I could find the information?
Specifically, I am interested in system catalog tables/views/etc. on
the AS/400 platform. Beyond that I think I can manage it on my own.
But if someone has sample SQL for it, that would be great.

If I were you, I would reconsider before it is too late. Any of the other
DB2 platforms is far better than DB2 for AS/400.


Well, I am not the decision maker on this unfortunately. I am not even
sure at this point who is ultimately responsible either, other than it
falls under some executive VP's domain.

Nov 12 '05 #3
>
Well, I am not the decision maker on this unfortunately. I am not even
sure at this point who is ultimately responsible either, other than it
falls under some executive VP's domain.


Welcome to the IT world.
Nov 12 '05 #4
<de*******@yahoo.com> wrote in message
I took a quick look at it. It does not seem to address the system
catalog. There is a single mention of it on page 14, and it refers to
some other documentation.

Do you happen to have a link to where I could find the information?
Specifically, I am interested in system catalog tables/views/etc. on
the AS/400 platform. Beyond that I think I can manage it on my own.
But if someone has sample SQL for it, that would be great.


You will have to find the DB2 for AS/400 documentation on the IBM website. I
assume you can download it, but I never looked myself.

On other DB2's the Catalog description is in the Appendix of the SQL
Reference.
Nov 12 '05 #5
Mark A wrote:
<de*******@yahoo.com> wrote in message
I took a quick look at it. It does not seem to address the system
catalog. There is a single mention of it on page 14, and it refers to
some other documentation.

Do you happen to have a link to where I could find the information?
Specifically, I am interested in system catalog tables/views/etc. on
the AS/400 platform. Beyond that I think I can manage it on my own.
But if someone has sample SQL for it, that would be great.

You will have to find the DB2 for AS/400 documentation on the IBM website. I
assume you can download it, but I never looked myself.

On other DB2's the Catalog description is in the Appendix of the SQL
Reference.

For manuals on i-series (AS/400) have a look at:

http://publib.boulder.ibm.com/html/a...nfocenter.html
--
Anton Versteeg
IBM Netherlands
Nov 12 '05 #6
Hello.

For V5R2 system catalog look at
http://publib.boulder.ibm.com/iserie...bafzmst183.htm

Sincerely,
Mark B.

Nov 12 '05 #7
de*******@yahoo.com wrote:
Mark A wrote:
There is a manual called SQL Reference for Cross-Platform Development V2,
which you can download at:
http://www-306.ibm.com/software/data...manualsv8.html

I took a quick look at it. It does not seem to address the system
catalog. There is a single mention of it on page 14, and it refers to
some other documentation.

Do you happen to have a link to where I could find the information?
Specifically, I am interested in system catalog tables/views/etc. on
the AS/400 platform. Beyond that I think I can manage it on my own.
But if someone has sample SQL for it, that would be great.


See Appendix F of the DB2 UDB for iSeries SQL Reference:
http://publib.boulder.ibm.com/infoce...rbafzmst02.htm

This link is for V5R3. Manuals for earlier releases are also available
online in the InfoCenter. (FYI: DB2 UDB for iSeries is part of OS/400 -
not a separate product that is purchased/installed - so its version is
the same as the installed OS/400 version)

--
Karl Hanson
Nov 12 '05 #8
Karl Hanson wrote:
See Appendix F of the DB2 UDB for iSeries SQL Reference:
http://publib.boulder.ibm.com/infoce...rbafzmst02.htm

This link is for V5R3. Manuals for earlier releases are also available
online in the InfoCenter. (FYI: DB2 UDB for iSeries is part of OS/400 -
not a separate product that is purchased/installed - so its version is
the same as the installed OS/400 version)

Thanks a lot to all who have taken the time to reply. The documents
contain exactly what I was looking for. Now I will go poke around some
more.

--
Karl Hanson


Nov 12 '05 #9

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

Similar topics

0
by: HeroOfSpielburg | last post by:
hi, I know this is a much-travelled subject, but I was wondering what people's thoughts were on the bare minimum (and conversely the grand scheme) for augmenting standard memory references to...
2
by: Diogo Alves - Software Developer | last post by:
Greetings I would like to knowhow can I put a sliding panel... I've done this: if (panel1.Width < 300) { while (panel1.Width < 300) { panel1.Width = panel1.Width + 40;
0
by: linkswanted | last post by:
World Moving & Storage Moving Companies and Movers We would like to take this opportunity to introduce "World Moving & Storage" to You. "World Moving & Storage" is well established, Fully...
0
by: linkswanted | last post by:
Moving Companies California http://www.movingcompanies.co.il california movers, los angeles movers, moving in california, moving to CA, Moving company los angeles, moving to los angeles.
0
by: linkswanted | last post by:
Free Moving Estimate, Local Movers, Long Distance Moving, Packing Supplies, Storage Rental, Home Moving, Apartment Moving, Office Moving, Commercial Moving, Moving Companies in your area....
0
by: linkswanted | last post by:
http://www.movingcompanies.co.il/supplies/boxes.html http://www.movingcompanies.co.il/residental/ http://www.movingcompanies.co.il/commercial/corporate-moves.html...
0
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in...
0
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in...
0
by: SuzK | last post by:
I am trying to calculate in VBA in Access 2002 a moving average and update a table with the calculations. Fields in my WeeklyData table are Week Ending (date) ItemNbr (double) Sales Dollars...
15
by: mcjason | last post by:
I saw something interesting about a grid pair puzzle problem that it looks like a machine when you find each that work out the way it does and say with all the others that work out the way they...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.