Gadi Ben-Avi wrote: >Is it possible to dynamically change parameters in TSOKEY00? >HIBFREXT specifically. >We are using z/OS v2.3.
Good question, it is a loooooong time ago I even looked at that parmlib member and that HIBFREXT... ;-) I believe it is not possible to do that dynamically. I have to RTFM to see if there are commands you can give to the TSO address space, only modify command available is where you can refresh IKJTSOxx, which is not what you want. I see in the IBM supplied PROC for IKTCAS00, the DD for PARMLIB is something like this: //PARMLIB DD DSN=....PARMLIB(TSOKEY..),DISP=SHR,FREE=CLOSE It looks it is open, read and close immediately. After more RTFM it seemed to me, if something is wrong in the parmlib, the default values as programmed inside IKTCAS00 module are used instead. Only "dynamic changes" available for TSOKEY00 are: stop and start. Of course, I may be wrong ... Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
