Re: Exit06 and Jes2parm for class timelimit

2020-11-02 Thread Brian Westerman
1) the iefutl exit has the final say, no matter what comes next because it's 
applied AFTER the job starts, This is the one I use because it works by task 
name or class and time of day and lots of other variables.
2) if no iefutl exit, then JES2 exit 6 has the final say, because it's after 
the JCL is read, and overrides any defaults
3) if no JES2 exit 6, the jobcard has the final say because it sets a value 
that overrides the defaults (which only apply if nothing is set)
4) if not on the jobcard, the jes2parms is the default setting.

That's the rules.  Some people will disagree with whether or not JES2 classes 
overide the jobcard, but they would be wrong.  Defaults only apply if nothing 
else is set.

Brian

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


Re: Exit06 and Jes2parm for class timelimit

2020-11-02 Thread retired mainframer
My JES2 manual says Exit 6 modifies the C/I text.  The job class value applies 
regardless of how the C\I text got its value (from the JCL or the exit).  From 
this I infer that the job time limit will be the minimum value specified in the 
C/I or in the parm.

Waiting for someone with experience to chime in.

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Peter
> Sent: Monday, November 02, 2020 9:01 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Exit06 and Jes2parm for class timelimit
> 
> Hello
> 
> We have a exit EXIT06  to limit the execution of some jes classes and also
> we have the same  jes classes defined in JES2PARM with the different time
> limit .
> 
> So the question is out of two values which takes the precedence ?

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


Re: Exit06 and Jes2parm for class timelimit

2020-11-02 Thread Allan Staller
Classification: Internal

What do you mean to "limit the execution" of job classes?
Is this the CPU time limit? Number of concurrent jobs in this jobclass? Who(m) 
can submit to this jobclass?

If the first, the CPU time limit; The JES supplied limit will be superseded by 
the limit supplied in EXIT06, since this is "in the JCL" received by the 
initiator.
This is subject to further manipulation by IEFUJI and/or IEFUSI which are 
called after J2EXIT06.

Each of the above questions has a different answer depending on the context of 
the question.
I believe the response above answers your question. If I misunderstood, please 
repost.

HTH,

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Peter
Sent: Monday, November 2, 2020 11:01 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Exit06 and Jes2parm for class timelimit

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Hello

We have a exit EXIT06  to limit the execution of some jes classes and also we 
have the same  jes classes defined in JES2PARM with the different time limit .

So the question is out of two values which takes the precedence ?

Peter

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

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


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


Exit06 and Jes2parm for class timelimit

2020-11-02 Thread Peter
Hello

We have a exit EXIT06  to limit the execution of some jes classes and also
we have the same  jes classes defined in JES2PARM with the different time
limit .

So the question is out of two values which takes the precedence ?

Peter

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