EXEC PARM Fields Used by Platform Server
You can use the
PARM field on the z/OS EXEC JCL statement to define parameters for the Platform Server.
See the following table for the parameters you can define.
| Parameter | Description |
|---|---|
WORKQ
| Defines the number of requests that can be on the Platform Server request queue at any one time.
The default value of
For example, the following statement allocates up to 5000 file transfer requests at any one time.
|
PROFILEQ
| Defines the number of user profile entries that can fit into the Platform Server user profile dataspace.
The default value of
For example, the following statement allocates dataspace for up to 6000 user profile entries.
|
DNIACTQ
| Defines the number of DNIACT entries that can fit into the Platform Server dataspace.
The default value of
For example, the following statement allocates dataspace for up to 20000 DNIACT entries.
|
DNICFGQ | Defines the number of DNI configuration entries that can fit into the internal DNICFG dataspace.
The default value of
For example, the following statement defines 20000 DNI config members can be activated.
|
SSLDEBUG
| Defines whether SSL debugging is turned on at startup.
Valid values are:
The
|
START
| Defines whether the Platform Server WORKQ is initialized at startup.
Valid values are:
For example, the following statement WARM start the Platform Server WORKQ.
|