On Fri, Mar 16, 2018 at 12:39 PM, Peter <[email protected]> wrote:
> Hi > > Is there an EXIT which can assign CLASS to the users based on RACF ID ? For > example even if a user tries to use CLASS C the user Job must run only > using CLASS A. > > This is for our training LPAR and I would like to implement this feature. > > We are at zOS1.13 > IMO, the simplest would be JES2 exit 20. In this exit, you can override the CLASS specified by simply putting the class desired into the JCTJCLAS. We use it to "disable" the use of PRTY by setting the JCTJPRTY value to "9". ref: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.hasc100/endoinpt.htm > > Regards > Peter > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- I have a theory that it's impossible to prove anything, but I can't prove it. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
