Hi,
I used to load the Db2 database in mainframe using the following
commands
LOAD DATA LOG NO REPLACE NOCOPYPEND ENFORCE CONSTRAINTS DISCARDS 1
INDDN SYSREC00 INTO TABLE
DBCreator.Table Name
(
Table Definition
)
I used to load the Db2 database in mainframe using the following
commands
LOAD DATA LOG NO REPLACE NOCOPYPEND ENFORCE CONSTRAINTS DISCARDS 1
INDDN SYSREC00 INTO TABLE
DBCreator.Table Name
(
Table Definition
)
Comment