JES2 v2.1 exit question

2014-09-04 Thread גדי בן אבי
Hi Everyone, We are in the process of customizing z/OS v2.1 We have a JES2 exit (EXIT52) that adds a time parameter to certain classes. It looks like the variable the exit is using is only one byte long, and this is a problem since we want to use long class names. For example, we add a time

Re: JES2 v2.1 exit question

2014-09-04 Thread Lizette Koehler
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of ??? ?? ??? Sent: Thursday, September 04, 2014 1:18 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: JES2 v2.1 exit question Hi Everyone, We are in the process of customizing z/OS v2.1 We have a JES2 exit (EXIT52) that adds a time

Re: JES2 v2.1 exit question

2014-09-04 Thread גדי בן אבי
Of Lizette Koehler Sent: Thursday, September 04, 2014 12:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 v2.1 exit question So which of the following is true 1) All jobs using CLASS=G get a time parm 2) Specific Job Names in CLASS=G get a time parm The reason I ask is that on the JOBCLASS

Re: JES2 v2.1 exit question

2014-09-04 Thread Lizette Koehler
-MAIN@LISTSERV.UA.EDU] On Behalf Of ??? ?? ??? Sent: Thursday, September 04, 2014 3:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 v2.1 exit question Hi Lizette, All jobs that are submitted in class G get a time parm. This way, the user cannot override the time value that can be coded

Re: JES2 v2.1 exit question

2014-09-04 Thread גדי בן אבי
Thanks -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Thursday, September 04, 2014 1:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 v2.1 exit question This might be of interest. It is for JES2 Exits 3

Re: JES2 v2.1 exit question

2014-09-04 Thread Clark Morris
[mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Thursday, September 04, 2014 12:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 v2.1 exit question So which of the following is true 1) All jobs using CLASS=G get a time parm 2) Specific Job Names in CLASS=G get a time parm

Re: JES2 v2.1 exit question

2014-09-04 Thread Anthony Thompson
: Re: JES2 v2.1 exit question I do something similar, however, in my case it's slightly different. A specific job class is assigned a CPU limit by JES. JES2 Exit 6 is use to eliminate the TIME= from the jobcard, (coded by users to avoid the limit), and force the default limit specified