This might be of interest.  It is for JES2 Exits 3 and 53, but could hold
some details for your situation
http://www-01.ibm.com/support/docview.wss?uid=isg1OA45118

And review the field JCXJCLA8 in jes2 exits.

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-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 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: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
> 
> 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: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 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
> >

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to