DSNU022I csect-name - A UTILITY RUNNING UNDER A STORED PROCEDURE REQUIRES A WLM ENVIRONMENT WITH NUMTCB=1. UTILID utility-ID IS RUNNING WITH NUMTCB = tcb-number.

Explanation

When the utility stored procedure invoked a utility, the stored procedure was running in a stored procedure address space that was started with NUMTCB>1. The stored procedure address space in which the utility stored procedure runs must be started with NUMTCB=1.

csect-name
The name of the control section that issued the message.
utility-ID
The utility identifier or the UID parameter that was used in the utility job step.
tcb-number
The NUMTCB parameter of the job that started the WLM-managed stored procedure address space. The NUMTCB value represents the maximum number of task control blocks (TCBs) that can run concurrently in an address space that is initiated by the WLM environment.

System action

Execution of the utility is stopped.

System programmer response

Change the PROCLIB member that was used to start the WLM-managed stored procedure address space to specify NUMTCB=1. Then, refresh the WLM environment and run the utility again.

Severity

8 (error)