Within the z/Server User Task, you must concatenate the received dataset HLQ.SCLM.EXEC to the SYSEXEC allocation, and add the received dataset HLQ.SCLM.SKELS to the ISPSLIB allocation.
Micro Focus recommends that you customize the JCL of the z/Server User Task to perform this allocation.
…… //IVPISPF EXEC PGM=IKJEFT1B,PARM='%IVPINIT1 &PORT ', // DYNAMNBR=200,REGION=0M //STEPLIB DD DSN=&TAURHLQ..LOADLIB,DISP=SHR //SYSEXEC DD DSN=&TAURHLQ..EXEC,DISP=SHR // DD DSN=HLQ.SCLM.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=HLQ.SCLM.SKELS,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 Workflow Manager Modeling Guide for more details.