Example 18: Terminating a UTILID from a prior run
This job example terminates a stopped UTILID.
//ACPEX18 JOB (PACP),'EXAMPLE 18',CLASS=Q,MSGCLASS=X,NOTIFY=&SYSUID
//**********************************************************************
//*
//* Use TERM/RESET to terminate a stopped UTILID and reset the related
//* spaces to their original status. This will also clean-up the XBM
//* data set registrations related to the UTILID if necessary.
//*
//* Note that no SYSIN is necessary to terminate a UTILID, and if any
//* is provided, it will be ignored.
//*
//**********************************************************************
//BMCCOPY EXEC PGM=ACPMAIN,REGION=0M,
// PARM='DGA,ACPEX18,TERM/RESET,MSGLEVEL(1)'
//STEPLIB DD DISP=SHR,DSN=product.libraries
// DD DISP=SHR,DSN=DB2.DSNEXIT
// DD DISP=SHR,DSN=DB2.DSNLOAD
//ACPERROR DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//**********************************************************************
//*
//* Use TERM/RESET to terminate a stopped UTILID and reset the related
//* spaces to their original status. This will also clean-up the XBM
//* data set registrations related to the UTILID if necessary.
//*
//* Note that no SYSIN is necessary to terminate a UTILID, and if any
//* is provided, it will be ignored.
//*
//**********************************************************************
//BMCCOPY EXEC PGM=ACPMAIN,REGION=0M,
// PARM='DGA,ACPEX18,TERM/RESET,MSGLEVEL(1)'
//STEPLIB DD DISP=SHR,DSN=product.libraries
// DD DISP=SHR,DSN=DB2.DSNEXIT
// DD DISP=SHR,DSN=DB2.DSNLOAD
//ACPERROR DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*