Re: Enforcing CLASS in instream proc

2018-12-26 Thread Dan D
Yes, ThruPut Manager (owned by Compuware Corp.) is available. In JAL you can identify the PROCs being executed and where they came from. You can also identify the input class and then direct the job to execute on whatever LPAR you choose. That's one of the very many things that can be done wit

Re: Enforcing CLASS in instream proc

2018-12-18 Thread Carmen Vitullo
8, 2018 12:38:41 PM Subject: Re: Enforcing CLASS in instream proc Now that the OP has clarified his requirement, my initial thought was that the PROC could be changed to simply re-submit a new job via INTRDR. This would direct the job to the required job class. PROCA - do what you do

Re: Enforcing CLASS in instream proc

2018-12-18 Thread Wayne Bickerdike
-Manager > 323-715-0595 Mobile > 626-543-6132 Office ⇐=== NEW > robin...@sce.com > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Farley, Peter x23353 > Sent: Monday, December 17, 2018 10:48 PM > T

Re: Enforcing CLASS in instream proc

2018-12-18 Thread Jesse 1 Robinson
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Farley, Peter x23353 Sent: Monday, December 17, 2018 10:48 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Enforcing CLASS in instream proc Peter, There is no way I know of to select or enforce a JOB class based o

Re: Enforcing CLASS in instream proc

2018-12-18 Thread Vernooij, Kees (ITOP NM) - KLM
Peter, Can you clarify why you like to do that? Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Peter > Sent: 18 December, 2018 3:51 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Enforcing CLAS

Re: Enforcing CLASS in instream proc

2018-12-17 Thread Farley, Peter x23353
mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Sent: Sunday, December 16, 2018 2:51 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Enforcing CLASS in instream proc Hi We have some job which runs with a default class B. We would like to redirect some of the Job which uses a particular instream to use a

Re: Enforcing CLASS in instream proc

2018-12-17 Thread Peter Bishop
Job class is usually part of the JOB statement, which can be set in the scheduler and other places. Nothing to do with PROCs, instream or otherwise. You can supply JOB statement keywords on the START command if that helps, but unfortunately not CLASS (ignored by the system here). If you need m

Re: Enforcing CLASS in instream proc

2018-12-17 Thread Peter
That's right Wayne On Tue 18 Dec, 2018, 4:50 AM Wayne Bickerdike I thought he wanted the job to be scheduled/rescheduled into a different > job class. > > > > > On Tue, Dec 18, 2018 at 7:33 AM Peter Bishop wrote: > > > It's not clear what you are trying to do. > > > > Do you wish to override the

Re: Enforcing CLASS in instream proc

2018-12-17 Thread Wayne Bickerdike
I thought he wanted the job to be scheduled/rescheduled into a different job class. On Tue, Dec 18, 2018 at 7:33 AM Peter Bishop wrote: > It's not clear what you are trying to do. > > Do you wish to override the output class used by a particular DDNAME in an > included procedure? > > If so, i

Re: Enforcing CLASS in instream proc

2018-12-17 Thread Peter Bishop
It's not clear what you are trying to do. Do you wish to override the output class used by a particular DDNAME in an included procedure? If so, it should be simple, something like //p PROC // jcl here //p PEND //stepname EXEC p //procstepname.ddname-whose-class-you-want-to-override DD SY

Re: Enforcing CLASS in instream proc

2018-12-16 Thread Lizette Koehler
zIIP. Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Peter > Sent: Sunday, December 16, 2018 7:44 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Enforcing CLASS in instream proc > > Lizette, > > Basically those in

Re: Enforcing CLASS in instream proc

2018-12-16 Thread Lizette Koehler
alf Of > Lizette Koehler > Sent: Sunday, December 16, 2018 7:37 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Enforcing CLASS in instream proc > > I am wondering how you can enforce zIIP usage? > > A zIIP engine, as far as I know, is chosen by z/OS based on interruptible

Re: Enforcing CLASS in instream proc

2018-12-16 Thread Peter
f a zIIP? > > Lizette > > > > -Original Message- > > From: IBM Mainframe Discussion List On > Behalf Of > > Peter > > Sent: Sunday, December 16, 2018 1:16 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: Enforcing CLASS in instream proc > > &

Re: Enforcing CLASS in instream proc

2018-12-16 Thread Lizette Koehler
nal Message- > From: IBM Mainframe Discussion List On Behalf Of > Peter > Sent: Sunday, December 16, 2018 1:16 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Enforcing CLASS in instream proc > > That particular instream proc invoke ziip . > > As the default job card i

Re: Enforcing CLASS in instream proc

2018-12-16 Thread Peter
That particular instream proc invoke ziip . As the default job card is generated by the application for all the others jobs too, but particularly to a instream proc we want to assign . The reason we want to control is that we want to limit the usage of particular class and have a specific class t

Re: Enforcing CLASS in instream proc

2018-12-16 Thread Binyamin Dissen
As there is more one way to generate JCL, why would you want to control if a specified PROC is included instream? What is done in this instream procedure that you wish to control? On Sun, 16 Dec 2018 11:51:26 +0400 Peter wrote: :>We have some job which runs with a default class B. :>We would l

Enforcing CLASS in instream proc

2018-12-15 Thread Peter
Hi We have some job which runs with a default class B. We would like to redirect some of the Job which uses a particular instream to use a different class. Is there a way to enforce the class selection while using a specific instream proc ? I am seeing the manual on instream. Procedure override