This section describes what to do to use BMS map sets in application programs.
Before you install an application program to run under CICS:
The DFHMAPS procedure writes the symbolic map set output to the library specified on the DSCTLIB parameter, which defaults to the CICSTS31.CICS.SDFHMAC library. If you want to include symbolic map sets in a user copy library:
If you choose to let the DFHMAPS procedure write the symbolic map sets to the CICSTS31.CICS.SDFHMAC library (the default), include a DD statement for the CICSTS31.CICS.SDFHMAC library in the SYSLIB concatenation of the job stream used to compile the application program. This is not necessary for the DFHEITAL procedure used to assemble assembler-language programs, because these jobs already include a DD statement for the CICSTS31.CICS.SDFHMAC library in the SYSLIB concatenation.
For more information about installing map sets, see Installing map sets and partition sets. For information about writing programs to use BMS services, seeBasic mapping support.
[[ Contents Previous Page | Next Page Index ]]