NIP initiates Master Scheduler Initiation, which includes processing the Master 
JCL. Unless something has changed, which I doubt, that's once per IPL.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Carmen Vitullo [[email protected]]
Sent: Friday, January 14, 2022 11:57 AM
To: [email protected]
Subject: Re: stdout SPOOL class?

I implemented IEFJOBS for a different reason, I made sure my team knew
the implications.

  basically all STC's sysout was being kept in a class with
OUTDISP=(HOLD,HOLD)

I changed the STC's to a OUTCLASS that purged on a good end, keep on an
abend or unusually end.

I provided my team the ability to continue to keep output on the spool
by providing them the ability to create a jobcard in the IEFJOBS PDS
that overrides that OUTDISP

implement by adding to the PARMLIB member MSTJCL00

//IEFJOBS DD DSN=SYS1.STCJOBS,DISP=SHR


then add members to that PDS that you want to manage as STC's

IIRC you cannot implement without and IPL :(

Carmen


On 1/14/2022 10:42 AM, Phil Smith III wrote:
> Dave Gibney wrote:
>
>> As mentioned, implementing //IEFJOB DD allows you to add JOB cards (with
> MSGCLAS) to STCs.
>
>> You can also add //OUTPUT and /*jes cards
>
>
> Thanks, and I believe you, but after reading about it I have no idea how to
> implement it. And this is a pretty big change for our customers who want to
> change this class, alas.
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email [email protected]  with the message: INFO IBM-MAIN
>
--
/I am not bound to win, but I am bound to be true. I am not bound to
succeed, but I am bound to live by the light that I have. I must stand
with anybody that stands right, and stand with him while he is right,
and part with him when he goes wrong. *Abraham Lincoln*/

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