Add the EXEC Dataset to the z/Server User Task

Within the z/Server User Task, you must concatenate the received dataset HLQ.CMG.EXEC to the SYSEXEC allocation.

It is recommended that you customize the JCL of the z/Server User Task to perform this allocation.

……
//STEPLIB  DD DSN=&TAURHLQ..LOADLIB,DISP=SHR   
//SYSEXEC  DD DSN=&TAURHLQ..EXEC,DISP=SHR                               
//         DD DSN=HLQ.CMG.EXEC,DISP=SHR                          
//         DD DSN=&TAURHLQ..REXX,DISP=SHR                               
//ISPPLIB  DD DSN=&ISPFHLQ..SISPPENU,DISP=SHR                           
//         DD DSN=ISF.SISFPLIB,DISP=SHR                                 
//ISPSLIB  DD DSN=&ISPFHLQ..SISPSENU,DISP=SHR                           
//         DD DSN=ISF.SISFSLIB,DISP=SHR                                 
//ISPMLIB  DD DSN=&ISPFHLQ..SISPMENU,DISP=SHR   
//         DD DSN=ISF.SISFMLIB,DISP=SHR 
……

For more information on customizing the z/Server User Task see your z/Server Installation Guide.

Alternatively, instead of a static allocation you can dynamically allocate both datasets by customizing the exit procedure TAUTOXA1. See the Worklow Manager Modeling Guide for more details.