DSNU327I csect-name TABLE b IS NOT IN SAME TABLESPACE AS TABLE a
Explanation
All tables that are the subject of a single LOAD utility statement must belong to the same table space.
System action
Further utility processing is terminated.
User response
Remove the INTO TABLE control statement that specifies TABLE 'b' from the current LOAD request. If the data is to be loaded into TABLE 'b', create another LOAD utility statement that contains the INTO TABLE control statement for TABLE 'b' and resubmit the job.
Severity
8 (error)