Using the parameter CLASS(USER) on the AT5#RPT report, how to clean only specific Logonids(LIDs)?
When running the AT5#RPT report it is possible to 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