Classification: Confidential

SET SMF=xx

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Phil Smith III
Sent: Sunday, May 18, 2025 6:23 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Disable user timeout via JWT?

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

Ok, I think we might be on it now:
D PARMLIB
gets
RESPONSE=S0W1
 IEE251I 17.21.37 PARMLIB DISPLAY 231
  PARMLIB DATA SETS SPECIFIED
  AT IPL
  ENTRY  FLAGS  VOLUME  DATA SET
    1      S    A3CFG1  USER.Z31A.PARMLIB
    2      S    A3CFG1  FEU.Z31A.PARMLIB
    3      S    A3SYS1  ADCD.Z31A.PARMLIB
    4      S    A3RES1  SYS1.PARMLIB
    5      S    VUSER2  VENDOR.PARMLIB
    6      S    VUSER1  SVTSC.PARMLIB
    7      S    VUSER1  LVL0.PARMLIB

And in
ADCD.Z31A.PARMLIB(SMFPRM00)
and
USER.Z31A.PARMLIB(SMFPRM00)
I found
JWT(0400)
as Jay Maynard predicted!

I changed both to JWT(2400). Short of reIPLing, is there a way to make this 
active? Since it's just me, I *can* reIPL, but I'd sorta rather not--there are 
a bunch of things that have to be started manually, so if there's a command 
it'd be easier.

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Roger Lowe
Sent: Sunday, May 18, 2025 7:15 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Disable user timeout via JWT?

To find out PARMLIB concatenation order, you can issue -

D PARMLIB command OR
SDSF and then option PARM and then on the command line type SRCH SMFPRMxx (once 
you know what SMFPRMxx you are using by issuing the D SMF,O or D IPLINFO,SMF 
command)

As for the IEFUTL exit and whether it is in use, you can issue -

D PROG,EXIT command

Roger


On Sun, 18 May 2025 15:55:42 -0400, Phil Smith III <li...@akphs.com> wrote:

>I mean "the one that's last in the list as far as I know". I'm not sure how to 
>check that hierarchy, though. There are four PARMLIBs, two of which have 
>SMFPRMxx members: LVL0.PARMLIB and VENDOR.PARMLIB (this is a former IBM Dallas 
>system). But I just checked and all the members have JWT(2400). So I guess 
>this means it's the exit? How do I tell where the exit is loaded from? If 
>you're thinking "This is scary that he knows so little" let me agree 100%, but 
>at the moment I'm the only one who can spell "z/OS" here. Plus, as noted, it's 
>a dev system, so there's nothing "real" on it anyway (even our source code 
>doesn't live there).
>
>D SMF,O:
>RESPONSE=S0W1
> IEE967I 13.49.45 SMF PARAMETERS 222
>         MEMBER = SMFPRM00
>         NOWIC -- DEFAULT
>         NOHFTSINTVL -- DEFAULT
>         NOARECSIGN -- DEFAULT
>         NORECSIGN -- DEFAULT
>         SMFDLEXIT(USER3(IRRADU86)) -- DEFAULT
>         SMFDLEXIT(USER2(IRRADU00)) -- DEFAULT
>         SMFDPEXIT(USER3(IRRADU86)) -- DEFAULT
>         SMFDPEXIT(USER2(IRRADU00)) -- DEFAULT
>         EMPTYEXCPSEC(NOSUPPRESS) -- DEFAULT
>         NOPERMFIX -- DEFAULT
>         NOSMF30COUNT -- DEFAULT
>         MULCFUNC -- DEFAULT
>         DSPSIZMAX(2048M) -- DEFAULT
>         BUFUSEWARN(25) -- DEFAULT
>         BUFSIZMAX(0128M) -- DEFAULT
>         MEMLIMIT(00002G) -- DEFAULT
>         DDCONS(YES) -- DEFAULT
>         LASTDS(MSG) -- DEFAULT
>         NOBUFFS(MSG) -- DEFAULT
>         MAXEVENTINTRECS(00) -- DEFAULT
>         SYNCVAL(00) -- DEFAULT
>         INTVAL(30) -- DEFAULT
>         DUMPABND(RETRY) -- DEFAULT
>         SUBSYS(STC,NOTYPE(14:19,62:69,99)) -- SYS
>         SUBSYS(STC,NOINTERVAL) -- SYS
>         SUBSYS(STC,NODETAIL) -- SYS
>         SUBSYS(STC,EXITS(IEFUSO)) -- PARMLIB
>         SUBSYS(STC,EXITS(IEFUJP)) -- PARMLIB
>         SUBSYS(STC,EXITS(IEFU84)) -- PARMLIB
>         SUBSYS(STC,EXITS(IEFU83)) -- PARMLIB
>         SUBSYS(STC,EXITS(IEFU29)) -- PARMLIB
>         SYS(NODETAIL) -- PARMLIB
>         SYS(NOINTERVAL) -- PARMLIB
>         SYS(EXITS(IEFU29)) -- PARMLIB
>         SYS(EXITS(IEFUJI)) -- PARMLIB
>         SYS(EXITS(IEFUSI)) -- PARMLIB
>         SYS(EXITS(IEFACTRT)) -- PARMLIB
>         SYS(EXITS(IEFU84)) -- PARMLIB
>         SYS(EXITS(IEFU83)) -- PARMLIB
>         SYS(NOTYPE(14:19,62:69,99)) -- PARMLIB
>         AUTHSETSMF -- PARMLIB
>         LISTDSN -- PARMLIB
>         SID(S0W1) -- PARMLIB
>         JWT(0400) -- PARMLIB
>         STATUS(010000) -- PARMLIB
>         MAXDORM(3000) -- PARMLIB
>         REC(PERM) -- PARMLIB
>         NOPROMPT -- PARMLIB
>         DSNAME(SYS1.S0W1.MAN2) -- PARMLIB
>         DSNAME(SYS1.S0W1.MAN1) -- PARMLIB
>         ACTIVE -- PARMLIB
>
>-----Original Message-----
>From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
>Behalf Of Jeremy Nicoll
>Sent: Sunday, May 18, 2025 11:23 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: Disable user timeout via JWT?
>
>On Sun, 18 May 2025, at 15:50, Phil Smith III wrote:
>> Thanks. Here's the top-most SMFPRMxx:
>
>When you say "topmost", what do you mean?
>
>Are you looking at the one specified by the appropriate (as used at the last 
>IPL) IEASYSxx?
>
>Does the site override any of this by operator (or automation-
>issued) command?
>
>If you're able to issue (or have someone else issue) an operator
>command, does the
>
>   D SMF,O
>
>command (which I think lists options in effect) show anything useful?
>
>If there is an IEFUTL exit in use, what does its (site-supplied?) code 
>actually do?
>
>--
>Jeremy Nicoll - my opinions are my own.
>
>----------------------------------------------------------------------
>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

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

Reply via email to