△0SETINIT[△1parameter]...
Specify a SETINIT command and parameters in columns 1 through 71. Any information specified in a column after column 72 is ignored.
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 multiple times by using separate SETINIT commands, see section Details of initialization parameters.
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)