This parameter specifies the minimum number of server tasks to be started during server initialization, and the maximum number of server tasks that max be active at any time.
Possible values: | See NTASKS Parameter Syntax. | |
---|---|---|
Default value: | 1,0 |
|
Dynamic specification | yes | |
Specification within session | no |
Notes:
NTASKS
applies only to servers started in
batch mode under z/OS or z/VSE, and to servers started by an RPC server
front-end under CICS.
NTRPC
macro.
RPC
.
The NTASKS
parameter syntax is as follows:
NTASKS=(min,max) |
Or:
NTASKS=min |
Note:
If only min
is specified, the
parantheses can be omitted.
Where:
Syntax Element | Value | Explanation |
---|---|---|
min |
1 - 99 |
Minimum number of server tasks to be started during server intialization. |
max |
1 - n 0 (unlimited) |
Maximum number of server tasks that may be active
at any time.
Note: |