Adding data to an existing table space while allowing read/write access
//SYSREC DD DISP=SHR,DSN=USER.DATA
//SYSIN DD *
LOAD DATA RESUME YES SHRLEVEL CHANGE INDDN SYSREC
INTO TABLE NGT.TABLE1
(fieldSpecification)
//SYSIN DD *
LOAD DATA RESUME YES SHRLEVEL CHANGE INDDN SYSREC
INTO TABLE NGT.TABLE1
(fieldSpecification)
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*