You define both the CICS® Type 3 SVC and the HPO SVC to your MVS™ system by specifying SVCPARM statements.
You must define the CICS SVCs in an IEASVCxx member of the SYS1.PARMLIB library, using SVCPARM statements. See the z/OS MVS Initialization and Tuning Guideand z/OS MVS Initialization and Tuning Reference manuals for a description of the SVCPARM statements. If you are using the default SVC numbers, the CICS entries are as follows:
SVCPARM 216,REPLACE,TYPE(3),EPNAME(DFHCSVC)
SVCPARM 215,REPLACE,TYPE(6),EPNAME(DFHHPSVC) [Only required for HPO]
For the current SVC modules, you must specify the EPNAME parameters as in the sample CICS entries.
If you are not using the default SVC numbers, change the values 215 and 216 to the SVC numbers you have chosen.
You select the required IEASVCyy member by coding the SVC parameter (SVC=yy) in a SYS1.PARMLIB member (IEASYSxx) which you use to IPL your MVS. When you code new SVC numbers, they do not come into effect until you next IPL your MVS.
[[ Contents Previous Page | Next Page Index ]]