We used RACF resources, IIRC, Facility class, something like exempt.from.wait, cpu and maybe others. The exit might be on the CBT tape.
Yahoo Mail: Search, Organize, Conquer On Sat, May 10, 2025 at 10:16 AM, Radoslaw Skorupka<[email protected]> wrote: W dniu 10.05.2025 o 16:33, Phil Smith III pisze: > Is there a way to keep idle users from getting forced off? JWT in SMFPRMxx is > documented as taking values 0001 to 2400. We have a handful of users on a > development system behind a VPN and don't want them forced off ever. Is there > an easy way to achieve this? Few remarks: 1. Use TWT instead of JWT. TWT is quite new (younger than me ;-) ). It is for TSO users. 2. Use TIME=1440 (or NOLIMIT for modern installations ;-) ) in the logon procedure. It disables both JWT or TWT. 3. Don't forget about TCPIP settings. I can't remember the name, but network folks like to drop inactive sessions. This is independent from JWT/TWT, TIME=1440 and other TSO settings. -- Radoslaw Skorupka Lodz, Poland ---------------------------------------------------------------------- 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
