Is there a utility that can be used to perform mass suspension of mainframe ACF2 logonids?
Release : 1
A security administrator can run ACFBATCH utility by either specifying multiple logonid names or using masked uid parameter to do mass suspension of mainframe logonids as shown in sample commands below:
//ACFBATCH EXEC PGM=ACFBATCH
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SET LID
CHANGE logonid1 SUSPEND
CHANGE logonid2 SUSPEND
CHANGE uid(****************test) SUSPEND
/*