>From Init & Tuning Ref:

You can specify exits on the SYS and SUBSYS statements of SMFPRMxx.
Your choice of SYS or SUBSYS depends on the scope of work you want to
influence (system-wide or subsystem-wide), as follows:

     On the SYS parameter, specify the exits that are to affect work
throughout
the system, regardless of the subsystem that processes the work.

     On the SUBSYS parameter, specify the exits that are to affect work
processed by a particular SMF-defined subsystem (JES2, JES3, STC, ASCH,
or TSO) and no other subsystem specific exit points will be taken.

The SUBSYS specification overrides the SYS specification. Use SUBSYS to
make exceptions to your SYS specification for particular subsystems.

> -----Original Message-----
> From: IBM Mainframe Discussion List <[email protected]> On
> Behalf Of Nick Varley
> Sent: Tuesday, November 26, 2019 4:28 AM
> To: [email protected]
> Subject: SMFPRMFxx SYS SUBSYS and EXITs question
> 
> In an SMFPRMxx member if you have this:
> 
> ...
> SYS(NOTYPE(4,5,20,34,35,40)
> EXITS(IEFU83,IEFU84,IEFU85,IEFACTRT,IEFUJV,IEFUSI,
>            IEFUJP,IEFUSO,IEFUJI,IEFUTL))
> SUBSYS(STC,EXITS(IEFUJP,IEFUSO))
> ...
> 
> then why would the IEFU83/84/85 exits not fire for SMF records coming from
STCs?
> Documentation seems to imply that the SYS settings are the
default/back-stop for all
> things.
> 
> We needed to make the last line read like this to make it work:
> 
> ...
>  SUBSYS(STC,EXITS(IEFU83,IEFU84,IEFU85,IEFUJP,IEFUSO))
> ...
> 
> The question:
>   Does the list of exits in the SUBSYS specification overwrite all those
in SYS, that is,
> in this case, it reduces the list of exits from the ten in the SYS
specification to just the
> two that are explicitly listed?
> 
> Any pointers would be welcome!
> 
> Thanks,
> Nick.
> 
> Nick Varley
> Director, Customer Support
> p +44 (0) 1823 226012 | m +44 (0) 7766 806780
> [email protected]
> --------------------------------
> We organise data everywhere,
> to keep the world working
> Syncsort Limited
> 2 Tangier Central
> Castle Street
> Taunton
> TA1 4AS
> UK
>
www.syncsort.com------------------------------------------------------------
-------------------------
> ---------------------
> ATTENTION: ------
> Syncsort Limited is a limited company registered in England and Wales.
Registered
> number: 01373158. Registered office: 3rd Floor, The Pinnacle, 20 Tudor
Road,
> Reading, RG1 1NH. VAT: GB295525177
> The information contained in this message (including any files transmitted
with this
> message) may contain proprietary, trade secret or other confidential
and/or legally
> privileged information. Any pricing information contained in this message
or in any
> files transmitted with this message is always confidential and cannot be
shared with
> any third parties without prior written approval from Syncsort. This
message is
> intended to be read only by the individual or entity to whom it is
addressed or by their
> designee. If the reader of this message is not the intended recipient, you
are on notice
> that any use, disclosure, copying or distribution of this message, in any
form, is strictly
> prohibited. If you have received this message in error, please immediately
notify the
> sender and/or Syncsort and destroy all copies of this message in your
possession,
> custody or control.
> 
> ----------------------------------------------------------------------
> 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