I haven't seen a reply to this question, so I'll toss in a couple of pence.
Are you converting an old exit to run in 1.7, or are you adding new
function you did not have in previous releases?

We use Exit 6 to force job class, mainly because by that time in processing
we know a lot more about a job than we do at input time. Like many shops,
our Exit 6--which did not change in 1.7--was borrowed from the usermods
tape eons ago.

If you really want to use Exit 52, which is new in 1.7, you probably need
to implement the same logic in Exit 2. If you use Exit 6, you only have to
do it once.

.
.
JO.Skip Robinson
Southern California Edison Company
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
[EMAIL PROTECTED]

IBM Mainframe Discussion List <[email protected]> wrote on 02/01/2006
06:49:46 PM:

> 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 andup
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

Reply via email to