On 4 Sep 2014 07:31:32 -0700, in bit.listserv.ibm-main you wrote:

>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 in 
>the relevant jobclass definition.

The Exit 6 I updated at Philips Lighting from the 1.3.6 American
Natural Resources exit (file432 on the CBT Tape) took the time
parameter, TCAM Queue if any, Number of tapes required and possibly
something else and overrode the jobclass for all test jobs.  That way
the programmers didn't have to worry about job class.  Job class was
also set for systems programmers based on similar criteria. Production
jobs were class A unless they had a TCAM queue in which case they had
the appropriate single stream job class assigned. Production jobs were
controlled by CA7.

Clark Morris


>
>HTH,
>
><snip>
>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 in the 
>JOBCLASS statement.
>
>The problem is that if we create a class named GABC (the class in the case is 
>four characters long) it will also get the time parm added.
>All of our classes are defined as:
>JOBCLASS(G)  AUTH=INFO,BLP=YES,COMMAND=DISPLAY,JOURNAL=NO,SWA=ABOVE,
>          MSGLEVEL=(1,1),PERFORM=1,REGION=2M,RESTART=NO,TIME=(6,0)
>
>Gadi
>
>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:[email protected]] On 
>Behalf Of Lizette Koehler
>Sent: Thursday, September 04, 2014 12:47 PM
>To: [email protected]
>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 statement in the JES2 DECK can 
>provide a default time parameter for jobs.  If the user codes the TIME= on the 
>EXEC or JOB Statement, I believe that would override the default in the
>JES2 JOBCLASS statement.  Could you let me know why that may or may not work 
>for you?
>
>
>Could you provide the JOBCLASS statements from the JES2 Init deck for the 
>Classes of G,A,B,C?
>
>
>Lizette
>
>
>> -----Original Message-----
>> From: IBM Mainframe Discussion List [mailto:[email protected]] 
>> On Behalf Of ??? ?? ???
>> Sent: Thursday, September 04, 2014 1:18 AM
>> To: [email protected]
>> 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 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 card to jobs that are submitted in CLASS G.
>> If we define a class called GABC, jobs that are submitted in that 
>> class
>also have a
>> time card added to them.
>>
>> How can we get the full value for the class name.
>>
>> Thanks
>>
>> Gadi
>></snip>
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to