The DB2_PARTITIONEDLOAD_DEFAULT registry variable can be used to revert to pre-DB2 Universal Database™ Version 8 load behavior in a multi-partition database.
db2set DB2_PARTITIONEDLOAD_DEFAULT=NO
Then
issue the following commands from the DB2 Command
Line Processor: CONNECT RESET
SET CLIENT CONNECT_NODE 3
CONNECT TO DB MYDB
LOAD FROM LOAD.DEL OF DEL REPLACE INTO TABLE1
In a multi-partition database, when no multi-partition database load configuration options are specified, the load operation takes place on all the database partitions on which the table is defined. The input file does not require a distribution header, and the MODE option defaults to PARTITION_AND_LOAD. To load a single database partition, the OUTPUT_DBPARTNUMS option must be specified.