vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I need to load a DB2 (MVS mainframe V6) partition table - partition by partition. Load is a standard IBM load (not BMC). How do I edit my loadcards (standard IBM loadcards) to specify the partition number. I am not a DBA but have above average understanding of DB2. Kind regards Amy |
| ||||
| Something like: LOAD DATA INDDN(SYSREC) INTO TABLE xxxxxx PART n REPLACE (col1 POSITION(xxx:yyy) CHAR etc etc) Ahmadf wrote: > Hi > > I need to load a DB2 (MVS mainframe V6) partition table - partition by > partition. Load is a standard IBM load (not BMC). How do I edit my loadcards > (standard IBM loadcards) to specify the partition number. > > I am not a DBA but have above average understanding of DB2. > > > Kind regards > > Amy > > |