This step creates the NLF sample tables.
The job for this step is QMF720.SDSQSAPn(DSQ1nIVS). If the tailoring performed in step 3 was not sufficient, change the job statement to fit your installation requirements. Change, if necessary, the values for the installation parameters in the job's instream procedure:
If you are the user Q, you need, as a minimum, DB2 authority granted by the following SQL statements:
GRANT SELECT ON SYSIBM.SYSTABLES TO Q WITH GRANT OPTION GRANT SELECT ON SYSIBM.SYSTABAUTH TO Q WITH GRANT OPTION GRANT SELECT ON SYSIBM.SYSCOLUMNS TO Q WITH GRANT OPTION
If you are not the user Q, run the following query to give you the necessary authority:
GRANT SYSADM TO authid
where authid is your primary authorization ID.
Run job DSQ1nIVS (in the library QMF720.SDSQSAPn). Review SYSTERM for completion messages. If errors occur examine SYSTSPRT and SYSPRINT for error messages.
If the job fails, you can correct the error and rerun the job.
If you are installing QMF NLF into another database, go to Step 12--Set Up NLF batch job to run batch IVP (optional).
You are now ready to tailor NLF/QMF for TSO or CICS.