MAX_CONCURRENT_PKG_OPS in macro DSN6SPRM

Specifies the maximum number of requests that can be processed simultaneously for automatic bind (also called "autobind") requests, remote bind or rebind requests, CREATE TRIGGER statements, or CREATE PROCEDURE statements. Start of changeThis subsystem parameter also separately specifies the maximum number of autobind phase-in requests that can be processed concurrently.End of change

Acceptable values: 1–20
Default: 10
DSNZPxxx: DSN6SPRM MAX_CONCURRENT_PKG_OPS
Security parameter: No
1–20
Start of changeThe maximum number of each of the following types of package operations that can be processed concurrently:
  • Autobind requests (other than autobind phase-in requests), remote bind and rebind requests, CREATE TRIGGER statements, and CREATE PROCEDURE statements for packages.
  • Start of changeFL 504 Autobind phase-in requests.End of change

Start of changeFor example, if the value is set to 10, as many as 20 concurrent package requests can occur: 10 for the autobind phase-in, and 10 for the other types.End of change

End of change