This step creates the QMF sample tables in DB2 UDB for iSeries.
//DSQEXSQL PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720', Prefix for QMF target libs // DB2EXIT='DSN710.SDSNEXIT', Exit DB2 library name // DB2LOAD='DSN710.SDSNLOAD' DB2 program library name //DSQINSQL PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720', Prefix for QMF target libs // DB2EXIT='DSN710.SDSNEXIT', Exit DB2 library name // DB2LOAD='DSN710.SDSNLOAD' DB2 program library name
If the return code is other than 0 or 4, examine SYSTSPRT and SYSPRINT for error messages. Perform corrective actions and run the job again.