The QMF CLIST library contains fixed-length records. It can be concatenated to only other CLIST libraries that have fixed-length records. If they contain variable-length records, you must create a copy of the QMF library with variable-length records.
Later in the install, you must allocate the QMF CLIST library (QMF720.SDSQCLTE) as a SYSPROC data set. To do this, concantenate the library to other CLIST libraries.
In the following JCL (from DSQ1EINV), the library QMF720.SDSQCLTE is concatenated to a CLIST library named SYS2.CLIST:
//SYSPROC DD DSN=SYS2.CLIST,DISP=SHR // DD DSN=QMF720.SDSQCLTE,DISP=SHR
//DSQ1EJVC JOB (ACCT),NAME, // CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1), // USER=Q,PASSWORD=Q
//DSQTIVB PROC RGN='2048K',
// QMFTPRE='QMF720 ', Prefix for QMF libraries
// EXEC= Leave blank;
//* used when the procedure is called
//DSQTIVB.SYSUT2 DD DISP=(NEW,CATLG),UNIT=SYSDA,
// SPACE=(8800,(400,50,25)),VOL=SER=XXXXXX,
// DCB=(RECFM=VB,LRECL=84,BLKSIZE=8800)