I just had occasion to look at the code that processes the job class override.
It moves just the first byte of the override field in the parameter list into a one byte class field in the relevent JES2 control block. (I don't have it in front of me right now, but probably a JCT field.) So just set your override in the first byte. I'm guessing IBM is positioning for eight byte job class names in the future. Regards, Bill <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > I am researching how to force job class selection through JES2 exits > in z/OS > 1.7. Looking at the XPL fields, I see one that says it is for job class > override. If I want to force a job to execute in class 'R', do I just move 'R' to > this field? The reason I am asking is the field shows up as CL8 and up until > now, I believed job class to be a one character field. The current z/OS 1.4 > exit just puts a new value in the JCT. Any help would be appreciated. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

