This step converts QMF REXX EXEC or QMF CLIST records from fixed to variable length.
Later in this procedure, you must allocate the QMF exec library (QMF720.SDSQEXCn) as a SYSEXEC data set. The library should be concatenated to other exec libraries.
In the following JCL the library QMF720.SDSQEXCn is concatenated to an EXEC library named SYS2.EXEC.
//SYSEXEC DD DSN=SYS2.EXEC,DISP=SHR // DD DSN=QMF720.SDSQEXCn,DISP=SHR
The QMF exec library contains fixed-length records. It can only be concatenated to other exec libraries that have fixed-length records. If they have variable-length records, you must create a copy of the QMF library with variable-length records.
For more information, see Developing QMF Applications.
The job for this step is QMF720.SDSQSAPn(DSQ1nJVE). Change 'xxxxxx' in the DSQTEVB.SYSUT2 statement to the serial number of the volume for the copy of the library. If the tailoring performed in Step 2--Tailor the jobs was not sufficient, you may want to do the following tasks:
Run job DSQ1nJVE.
If the job fails, correct the error and rerun the job.
Later in this procedure, you must allocate the QMF CLIST library (QMF720.SDSQCLTn) as a SYSPROC data set. The library should be concatenated to other CLIST libraries.
In the following JCL the library QMF720.SDSQCLTn is concatenated to a CLIST library named SYS2.CLIST.
//SYSPROC DD DSN=SYS2.CLIST,DISP=SHR // DD DSN=QMF720.SDSQCLTn,DISP=SHR
The QMF CLIST library contains fixed-length records. It can only be concatenated to the other CLIST libraries that have fixed-length records. If they have variable-length records, you must create a copy of the QMF library with variable-length records.
The job for this step is QMF720.SDSQSAPn(DSQ1nJVC). Change 'xxxxxx' in the DSQTIVB.SYSUT2 statement to the serial number of the volume for the copy of the library. If the tailoring performed in Step 2--Tailor the jobs was not sufficient, you may want to do the following steps:
Run job DSQ1nJVC.
If the job fails, correct the error and rerun the job.
If you are doing a requester database install, go to Step 8--Tailor NLF/QMF for TSO or Step 9A--Add NLF/QMF transaction ID to DB2 RCT.
[ Previous Page | Next Page | Contents | Index ]