Adding data to an existing table space while allowing read/write access


The following example, illustrates adding data to existing data while leaving the table space in RW status. BMC AMI Load uses INSERT statements to insert records from the input file into the table.

Important

For the assumptions made in this example, see Assumptions made in the syntax examples.

Related topics


 //SYSREC    DD DISP=SHR,DSN=USER.DATA
//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*