ACF2

 View Only
  • 1.  JCL for Removing Privilege from Multiple IDs

    Posted May 04, 2021 09:09 AM
    Hello, 

    I am new at ACF2 administration and JCL. I am looking to remove one privilege from a bunch of IDs and instead of doing it one by one it would be nice to have some JCL that would be able to do this by importing all the IDs.

    Anyone able to help?

    ------------------------------
    Associate IT Administrator
    Erie Insurance
    ------------------------------


  • 2.  RE: JCL for Removing Privilege from Multiple IDs

    Posted Oct 04, 2021 09:42 AM

    I do this kind of work with JCL:

    //STEP1 EXEC PGM=ADRDSSU
    //SYSPRINT DD SYSOUT=*
    //NOTAPE DD DUMMY
    //SYSIN DD *
    DUMP DS (INCLUDE( -
    #USERNAME.** -
    ) -
    ) -
    OUTDD(NOTAPE) -
    DELETE -
    PURGE