I'm not sure if you could do it via ALTLIB access to ISPLLIB. Can you have your systems programmer add your loadlib where IRXFUSER is located into your logon procedure STEPLIB concatenation? I'm just getting ready to do some research on function packages. If I come across your answer I'll let you know.
BTW, you might also want to post your query on [email protected]. That's the TSO REXX list. Regards, Stan Stan Weyman Senior Software Engineer [email protected] EMC² (508)249-3966 where information lives It is wise to keep in mind that neither success nor failure is ever final... -----Original Message----- From: IBM Mainframe Assembler List [mailto:[email protected]] On Behalf Of Bodoh John Robert Sent: Tuesday, January 04, 2011 3:24 PM To: [email protected] Subject: TSO User Packages All, This might not be the right forum but I know there are a lot of smart people listening. I would like to create a user function package for REXX that contains some functions I have written in assembler. The problem I am having is getting TSO to load the package. It is named IRXFUSER, the default user package. However, the load library containing the package is not available at logon time (when packages are loaded). I'm looking for a way to have my package loaded so I can use it at any time during my session. The problem is that I do not have access to any TSO logon PROCs so I can't use STEPLIB nor do I have access to anything on LNKLST. Is it possible on Z/OS to use TSO REXX packages given my limited authority? John
