Define QMF programs and transactions to CICS
QMF provides help to define the QMF programs and transactions
to CICS:
- By providing a batch job that defines the QMF resources to the
CICS CSD
- By providing copybooks that can be included in the CICS PPT
and PCT
Define the QMF programs to the CSD using the job DSQ3ECDS (and
DSQ3nCSD for NLF installs).
Update the CSD
This procedure creates a new LIST called QMF, which is
defined in the CSD. Additionally, for each language, a GROUP called
QMF720n is defined in the LIST QMF. QMF720n contains
the definition of the QMF programs and transactions (E for English).
- Punch the following member to ICCF using this command:
LIBRP PRD2.PROD DSQ3ECSD.Z DSQ3nCSD (REPLACE
Press Enter.
- Punch equivalent NLF members to ICCF. Substitute the NLID for
the n in the following example:
LIBRP PRD2.PROD DSQ3nCSD.Z DSQ3nCSD (REPLACE
Press Enter.
- Edit DSQ3ECSD (or DSQ3nCSD for NLF)
- Delete the first line of the file, starting with CATALOG.
- Change all instances of ..* to * with the following command:
ch /..*/*/ *
- Delete the last two lines of the file, leaving the end-of-job
statement.
- Check that the file ID and catalog reflect your CSD:
// DLBL DFHCSD,'CICS.CSD',,VSAM,CAT=VSESPUC
- Verify that the library and sublibrary names in the POWER statements
are the QMF library and sublibrary names:
* $$ SLI MEM=DSQ3ECDN.A,S=PRD2.PROD
* $$ SLI MEM=DSQ3BCDB.A,S=PRD2.PROD
For NLF:
* $$ SLI MEM=DSQ3nCDN.A,S=PRD2.PROD
- File and run the job. Ensure the job completes with a return
code of 0 or 4.
[ Previous Page | Next Page | Contents | Index ]