
Chapter 10. Moving data to DB2 for z/OS 261
See Example 10-6, for a sample JCL to use HPU to unload two DB2 tables and load it to one
table using the Load utility.
Example 10-6 JCL to HPU two DB2 for z/OS tables to one target table
//PAOLJOB4 JOB (999,POK),'HPUNLOAD',CLASS=A,MSGCLASS=T,
// NOTIFY=&SYSUID,TIME=1440,REGION=0M,MSGLEVEL=(1,1)
//*
//***************************************************************
//* STEP 1: HP UNLOAD TOOL - UNLOAD IN FORMAT DSNTIAUL *
//***************************************************************
//*
//STEP1 EXEC PGM=INZUTILB,REGION=0M,DYNAMNBR=99,
// PARM='DB2G,HPUNLOAD'
//STEPLIB DD DSN=INZ.V2R1M0.SINZLINK,DISP=SHR