HP P9000 Command View Advanced Edition Software Mainframe Agent Installation and Configuration Guide
2. Insert the following SYMDEF statement (&YKSVCNO system symbol) into the IEASYMxx parmlib
member:
SYMDEF(&YKSVCNO='SVC-number')
For the SVC-number, specify a decimal number between 200 and 255.
3. Use one of the following methods to link the LPALIB library of P9000 mainframe agent to
LPALST:
• Define the LPALIB library of P9000 mainframe agent in the LPALSTxx parmlib member.
For details, see the MVS Initialization and Tuning Reference.
• Use the SETPROG LPA command to dynamically link the LPALIB library of P9000 mainframe
agent to LPALST. For details, see the MVS System Commands.
4. Define the following SVCPARM statement in the IEASVCxx parmlib member.
SVCPARM SVC-number,REPLACE,TYPE(3),EPNAME(JYUASVC)
5. Perform re-IPL with the CLPA parameter specified.
Using the YKALCSVC command to register
The following shows how to execute the YKALCSVC command. For details on the format of the
YKALCSVC command, see “Settings for using the YKALCSVC command” on page 21.
When the system starts or before you use P9000 mainframe agent, execute the YKALCSVC command
to register a user SVC.
Execute the command as follows with the SVC number specified:
START YKALCSVC,PARM='SVC-number'
An error is returned if another user SVC is already assigned to the SVC number specified here.
By omitting the PARM parameter, an unused SVC number between 200 and 255 is assigned. For
example:
START YKALCSVC
To delete a user SVC, specify DELETE as the parameter and execute YKALCSVC command. For
example:
START YKALCSVC,PARM='DELETE'
Mainframe Agent Installation and Configuration Guide 23