Control statements are read from SYSIN that specify the storage manager domain subpool records to be added to, or deleted from, the local catalog data set.
The format of the control statements to run DFHSMUTL is as follows:
//SSYLCD JOB (accounting information),
// CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1),USER=userid,NOTIFY=userid
//************************************************************
//*
//* Use DFHSMUTL to add or remove storage manager domain
//* subpool records to or from the local catalog data set
//*
//************************************************************
//SMUTL EXEC PGM=DFHSMUTL
//STEPLIB DD DSN=CICS320.SDFHLOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//DFHLCD DD DSN=CICS320.applid.DFHLCD,DISP=OLD 1
//SYSIN DD *
ADD SUBPOOL=name-of-subpool-to-add 2
DEL SUBPOOL=name-of-subpool-to-remove 3
LST
/*
//
2. Example, to enable the self-tuning mechanism for the ZCTCTUA subpool, specify ADD SUBPOOL=ZCTCTUA.
3. Example, to disable the self-tuning mechanism for the ZCTCTUA subpool, specify DEL SUBPOOL=ZCTCTUA.