ACF2 Entries Unreferenced over 455 days
CLASS(USER)
Right now the job is not cleaning any lids. CLASS(USER) . But how to do I specify to clean certain logonids(lids)?
Release : 16.0
Component : CA ACF2 for z/OS
When running the AT5#RPT report you can specify CLASS and NAME to for specific logonids, for example:
//AT5RPT EXEC PGM=AT5#RPT,REGION=4M,PARM='UNREF=455'
//STEPLIB DD DISP=SHR,DSN=your.ETCLNA.R121.CDMELINK
//DBASE DD DISP=SHR,DSN=your.ETCLNA.R121.DB
//*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD DUMMY
//SORTWK01 DD UNIT=3390,SPACE=(CYL,15)
//SORTWK02 DD UNIT=3390,SPACE=(CYL,15)
//*
//INCLUDE DD *
CLASS(USER) NAME(ABC)
/*
//CMDS DD SYSOUT=*
//BACKOUT DD SYSOUT=*
//SYSIN DD *
OPTION(COMMENTACCESSNONE)
/*
where NAME(ABC) selects all logonids that begin with ABC