DSQ1EIVS creates the QMF sample tables. For more information about these tables, see Appendix B. QMF Objects Residing in DB2.
Tip: Sample tables are authorized to PUBLIC AT ALL LOCATIONS so that users can use three-part names to reference sample tables in another DB2 UDB for OS/390 subsystem.
QMF users at locations within the network are authorized to use all the sample tables created at the location into which you are installing QMF.
//DSQ1EIVS PROC RGN='2048K', Job-step region size // QMFTPRE='QMF720 ', Prefix for QMF target libraries // DB2EXIT='DSN710.SDSNEXIT', Exit DB2 UDB for OS/390 library name // DB2LOAD='DSN710.SDSNLOAD' DB2 UDB for OS/390 program library name // CDS='2', punctuation for decimal point // CDP='4' default is period (comma is CDS 6 //* CDP 7)
//*STEP1 EXEC PGM=IKJEFT01,REGION=&RGN
This file creates a storage group, database, and table space for the sample tables.
CREATE STOGROUP DSQ1STBG VOLUMES (DSNVOL) QMF tables volume VCAT QMFDSN; QMF Catalog Alias in VCAT
CREATE STOGROUP PASSWORD(password)
Do not proceed if the return code is other than zero. Examine SYSTSPRT or SYSPRINT for error messages. Perform corrective actions and rerun the job.