HP XP7 Command View Advanced Edition Mainframe Agent Installation and Configuration Guide (TK981-96005, May 2014)

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 XP7 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
XP7 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 XP7 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 XP7 mainframe agent40