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

You can specify more than one SETINIT command. You can specify different parameters for one
SETINIT command, but cannot specify the same parameter more than once. If you specify the same
parameters more than once for one SETINIT command, the last specified parameter is applied.
To specify the same parameter more than once, use a separate SETINIT command. If a parameter
that cannot be specified more than once in separate SETINIT commands is specified in that way,
the last specified parameter is applied.
For details about the specifiable parameters and whether they can be specified more than once using
separate SETINIT commands, see Details of initialization parameters on page 34.
Example of specifying the same parameter more than once for one SETINIT command:
If you specify the same parameter more than once for one SETINIT command, the last specified
parameter is applied. Do not specify parameters as shown in this example.
In the following example, only DEVN(7500,750F) is applied, and DEVN(7300,730F) and
DEVN(7400,740F) become invalid:
SETINIT DEVN(7300,730F) DEVN(7400,740F) DEVN(7500,750F)
Example of specifying the same parameter more than once for separate commands:
If the parameter can be specified more than once for separate commands:
All the specified parameters are applied.
If you specify parameters as follows, DEVN(7300,730F), DEVN(7400,740F), and
DEVN(7500,750F) are applied:
SETINIT DEVN(7300,730F)
SETINIT DEVN(7400,740F)
SETINIT DEVN(7500,750F)
If the parameter cannot be specified more than once for separate commands:
The last specified parameter is applied.
If you specify parameters as follows, RECVWAITTIME(180) is applied:
SETINIT RECVWAITTIME(65535)
SETINIT RECVWAITTIME(180)
Setting up XP7 mainframe agent32