There are significant differences in the Administration of both of these.
On the iSeries you can create you tables and indexes via SQL as you would on the Mainframe. However, here are some differences on the iSeries:
>No ability/need to create Tablespaces
>No utility to do RUNSTATS
>No DB2 commands (e.g. START DB)
>DB2 logging is different - you will need to learn about Journals and journal receivers and management of them both
Sme tasks exist on both systems, just under different names:
LOAD = CPYF (with special parameters)
UNLOAD = CPYF (with special parameters)
REORG = RGZPFM
BUILD = Have to drop / recreate
RESTORE = RSTLIB or RSTOBJ
And plenty more like that....
You will need ot know what version of OS/400 you have too - there are big differences betwen say V5R1 and V4R1. Goto
www.iseriesnetwork.com - they have a lot of excellent resources there as well as it's own user forum section.
Theres just way too much to go into in this message window!!