HP P9000 Command View Advanced Edition Software Mainframe Agent Installation and Configuration Guide
SETINIT LOGLEVEL(2)
SETINIT PORT(24042)
/* PREFIX */
SETINIT PREFIX('ACCOUNT','NY')
SETINIT PREFIX('INFO','NY')
/* DEVN */
SETINIT DEVN(7300,730F)
SETINIT DEVN(7400,740F)
Examples of initialization parameter analysis results
When the P9000 mainframe agent starts, the results of the initialization analysis is output to the dataset
specified in the YKLIST DD statement.
The following examples show results. In the result list, the nn-nn portion varies depending on the
P9000 mainframe agent version.
• Result list with no error
*** AGENT nn-nn LISTING INFORMATION *** DATE=2009-10-15 TIME=13:34:35 PAGE=0001
SETINIT PORT(24042) 00010001
/* DEVN */ 00020001
SETINIT DEVN(7300,730F) 00030001
SETINIT DEVN(7400,740F) 00040001
• Result list with an error
This example shows an error condition where the end device number that is required for the first
DEVN parameter is missing. The YKY002I message is displayed.
*** AGENT nn-nn LISTING INFORMATION *** DATE=2009-10-15 TIME=16:09:53 PAGE=0001
SETINIT PORT(24042) 00010001
/* DEVN */ 00020001
SETINIT DEVN(7300) 00030003
YKY002I INVALID INITIALIZATION PARAMETER: DEVN
SETINIT DEVN(7400,740F) 00040001
Creating a cataloged procedure for startup
This section explains how to create and change a cataloged procedure for starting P9000 mainframe
agent.
Standard cataloged procedure for startup
The standard cataloged procedure for startup is registered into the sample library during installation.
Copy the standard cataloged procedure for startup to the PROCLIB dataset of the JES (Job Entry
Subsystem) startup procedure, and then modify the procedure to fit your environment.
Setting up P9000 mainframe agent40