Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Mike Schwab
Suggest a new class with this feature so if they pick it they know what
they are getting into.

On Fri, Feb 2, 2024 at 1:34 PM Frank Swarbrick 
wrote:

> I tried this once for a single class in our dev region and it screwed up
> some jobs that depend on DELAY for sequencing.  
> Of course something could be done about that, but I didn't feel like
> dealing with it at the time.
>
>

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


Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Gibney, Dave
There is no guarantee that jobs with the same name will execute in the order 
submitted. They do appear to run in the order that conversion completes.

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Frank Swarbrick
> Sent: Friday, February 2, 2024 11:34 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?
> 
> [EXTERNAL EMAIL]
> 
> I tried this once for a single class in our dev region and it screwed up some 
> jobs
> that depend on DELAY for sequencing.  
> Of course something could be done about that, but I didn't feel like dealing
> with it at the time.
> 
> From: IBM Mainframe Discussion List  on
> behalf of Charles Mills 
> Sent: Thursday, February 1, 2024 10:15 AM
> To: IBM-MAIN@LISTSERV.UA.EDU 
> Subject: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?
> 
> I am not a sysprog but I occasionally play one in my spare time. I am thinking
> of changing a system that I control to DUPL_JOB=NODELAY. Any gotchas?
> Anything I need to consider before I do this? Do most/many of you run with
> NO_DELAY?
> 
> I am trying to solve a problem where I have jobs delayed because the names
> are duplicates. I can't easily change the jobnames.
> 
> I can't think of any issues. We don't have any significant automation. I can't
> think of anything where jobs are referenced by name rather than Job ID.
> 
> What should I be considering?
> 
> Thanks,
> Charles
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Frank Swarbrick
I tried this once for a single class in our dev region and it screwed up some 
jobs that depend on DELAY for sequencing.  
Of course something could be done about that, but I didn't feel like dealing 
with it at the time.

From: IBM Mainframe Discussion List  on behalf of 
Charles Mills 
Sent: Thursday, February 1, 2024 10:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

I am not a sysprog but I occasionally play one in my spare time. I am thinking 
of changing a system that I control to DUPL_JOB=NODELAY. Any gotchas? Anything 
I need to consider before I do this? Do most/many of you run with NO_DELAY?

I am trying to solve a problem where I have jobs delayed because the names are 
duplicates. I can't easily change the jobnames.

I can't think of any issues. We don't have any significant automation. I can't 
think of anything where jobs are referenced by name rather than Job ID.

What should I be considering?

Thanks,
Charles

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

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


Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Allan Staller
Classification: Confidential

Not sure it will help. GRS may deadlock on resources between the jobs. Even if 
GRS does not deadlock, it will still delay the 2nd and subsequent jobs.
All you will likely do ius mod the delay from the JES jobqueue  to the JES 
execque.

My USD $0.02 worth.

HTH,

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Thursday, February 1, 2024 11:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

[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.]

I am not a sysprog but I occasionally play one in my spare time. I am thinking 
of changing a system that I control to DUPL_JOB=NODELAY. Any gotchas? Anything 
I need to consider before I do this? Do most/many of you run with NO_DELAY?

I am trying to solve a problem where I have jobs delayed because the names are 
duplicates. I can't easily change the jobnames.

I can't think of any issues. We don't have any significant automation. I can't 
think of anything where jobs are referenced by name rather than Job ID.

What should I be considering?

Thanks,
Charles

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


Re: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-01 Thread Michael Oujesky
And poorly designed applications that dynamically 
request the same resources exclusively, but in a 
different order in various separate instances.


Michael

At 01:46 PM 2/1/2024, Seymour J Metz wrote:
Content-Transfer-Encoding: base64You only get 
that deadly embrace with dynamic allocation.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
× ÖµÖ£×¦Ö·×— יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֭ר


From: IBM Mainframe Discussion List 
 
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: EXTERNAL EMAIL: JES2 JOBDEF 
DUPL_JOB=NODELAY - Any 
gotchas‚šYÙÙ\Ý\ÜÝYHœ›ÛH^H\œÜXÝ]™H\Èif all these 
jobs are on Initiators (rather than delayed in 
the input queue) how much are they count to 
block each other with dataset contention etc. 
Theres a possibility for some to even get into 
deadly embraces where 2 jobs lock each other out 
and can never finish because each is holding 
resources that the other needs. Nowadays with 
scheduling packages and other advancements this 
is not common but in the past it was frequent. 
We run with Delay so jobs of the same name 
(normally doing the same thing) Queue .


Jerry Whitteridge
Sr Manager Managed Services
jerry.whitteri...@albertsons.com
480 578 7889

-Original Message-
From: IBM Mainframe Discussion List 
 On Behalf Of Charles Mills

Sent: Thursday, February 1, 2024 10:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

I am not a sysprog but I occasionally play one 
in my spare time. I am thinking of changing a 
system that I control to DUPL_JOB=NODELAY. Any 
gotchas? Anything I need to consider before I do 
this? Do most/many of you run with NO_DELAY?


I am trying to solve a problem where I have jobs 
delayed because the names are duplicates. I can't easily change the jobnames.


I can't think of any issues. We don't have any 
significant automation. I can't think of 
anything where jobs are referenced by name rather than Job ID.


What should I be considering?

Thanks,
Charles

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

 Warning: All e-mail sent to this address will 
be received by the corporate e-mail system, and 
is subject to archival and review by someone 
other than the recipient. This e-mail may 
contain proprietary information and is intended 
only for the use of the intended recipient(s). 
If the reader of this message is not the 
intended recipient(s), you are notified that 
you have received this message in error and 
that any review, dissemination, distribution or 
copying of this message is strictly prohibited. 
If you have received this message in error, 
please notify the sender immediately.



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


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


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


Re: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-01 Thread Seymour J Metz
You only get that deadly embrace with dynamic allocation.

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר


From: IBM Mainframe Discussion List  on behalf of 
Jerry Whitteridge 
Sent: Thursday, February 1, 2024 12:45 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

Biggest issue from my perspective is if all these jobs are on Initiators 
(rather than delayed in the input queue) how much are they count to block each 
other with dataset contention etc. Theres a possibility for some to even get 
into deadly embraces where 2 jobs lock each other out and can never finish 
because each is holding resources that the other needs. Nowadays with 
scheduling packages and other advancements this is not common but in the past 
it was frequent. We run with Delay so jobs of the same name (normally doing the 
same thing) Queue .

Jerry Whitteridge
Sr Manager Managed Services
jerry.whitteri...@albertsons.com
480 578 7889

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Thursday, February 1, 2024 10:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

I am not a sysprog but I occasionally play one in my spare time. I am thinking 
of changing a system that I control to DUPL_JOB=NODELAY. Any gotchas? Anything 
I need to consider before I do this? Do most/many of you run with NO_DELAY?

I am trying to solve a problem where I have jobs delayed because the names are 
duplicates. I can't easily change the jobnames.

I can't think of any issues. We don't have any significant automation. I can't 
think of anything where jobs are referenced by name rather than Job ID.

What should I be considering?

Thanks,
Charles

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

 Warning: All e-mail sent to this address will be received by the corporate 
e-mail system, and is subject to archival and review by someone other than the 
recipient. This e-mail may contain proprietary information and is intended only 
for the use of the intended recipient(s). If the reader of this message is not 
the intended recipient(s), you are notified that you have received this message 
in error and that any review, dissemination, distribution or copying of this 
message is strictly prohibited. If you have received this message in error, 
please notify the sender immediately.


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


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


Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-01 Thread Robert Prins
Doing this regularly, my biggest problem is that a set of jobs running ISPF
in batch, all with //ISPPROF set to a temporary dataset fall over, because
it's in use. Adding a second or so delay between submitting them solves the
issue, most of the time.

On Thu, 1 Feb 2024, 19:15 Charles Mills,  wrote:

> I am not a sysprog but I occasionally play one in my spare time. I am
> thinking of changing a system that I control to DUPL_JOB=NODELAY. Any
> gotchas? Anything I need to consider before I do this? Do most/many of you
> run with NO_DELAY?
>
> I am trying to solve a problem where I have jobs delayed because the names
> are duplicates. I can't easily change the jobnames.
>
> I can't think of any issues. We don't have any significant automation. I
> can't think of anything where jobs are referenced by name rather than Job
> ID.
>
> What should I be considering?
>
> Thanks,
> Charles
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

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


Re: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-01 Thread Jerry Whitteridge
Biggest issue from my perspective is if all these jobs are on Initiators 
(rather than delayed in the input queue) how much are they count to block each 
other with dataset contention etc. Theres a possibility for some to even get 
into deadly embraces where 2 jobs lock each other out and can never finish 
because each is holding resources that the other needs. Nowadays with 
scheduling packages and other advancements this is not common but in the past 
it was frequent. We run with Delay so jobs of the same name (normally doing the 
same thing) Queue .

Jerry Whitteridge
Sr Manager Managed Services
jerry.whitteri...@albertsons.com
480 578 7889

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Charles Mills
Sent: Thursday, February 1, 2024 10:15 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: EXTERNAL EMAIL: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

I am not a sysprog but I occasionally play one in my spare time. I am thinking 
of changing a system that I control to DUPL_JOB=NODELAY. Any gotchas? Anything 
I need to consider before I do this? Do most/many of you run with NO_DELAY?

I am trying to solve a problem where I have jobs delayed because the names are 
duplicates. I can't easily change the jobnames.

I can't think of any issues. We don't have any significant automation. I can't 
think of anything where jobs are referenced by name rather than Job ID.

What should I be considering?

Thanks,
Charles

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

 Warning: All e-mail sent to this address will be received by the corporate 
e-mail system, and is subject to archival and review by someone other than the 
recipient. This e-mail may contain proprietary information and is intended only 
for the use of the intended recipient(s). If the reader of this message is not 
the intended recipient(s), you are notified that you have received this message 
in error and that any review, dissemination, distribution or copying of this 
message is strictly prohibited. If you have received this message in error, 
please notify the sender immediately.


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


JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-01 Thread Charles Mills
I am not a sysprog but I occasionally play one in my spare time. I am thinking 
of changing a system that I control to DUPL_JOB=NODELAY. Any gotchas? Anything 
I need to consider before I do this? Do most/many of you run with NO_DELAY?

I am trying to solve a problem where I have jobs delayed because the names are 
duplicates. I can't easily change the jobnames.

I can't think of any issues. We don't have any significant automation. I can't 
think of anything where jobs are referenced by name rather than Job ID.

What should I be considering?

Thanks,
Charles

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