The issue is that the logon proc being executed directly launches into ISPF, which causes the execution of the exec on the command to be deferred until ISPF ends. If you exit ISPF, allow the exec to run, then reenter ISPF (without logging off) you will now have any allocations performed in the setup rexx available to your ISPF session. Hope this helps. Wayne Driscoll Product Developer Western Metal Supply NOTE: All opinions are strictly my own.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Luo Johnny Sent: Monday, December 12, 2005 8:23 PM To: [email protected] Subject: COMMAND field of TSO LOGON panel Hi, I want to add my own REXX lib to SYSEXEC.I do this following the manuals: This is my TSO LOGON panel: ------------------------------- TSO/E LOGON ----------------------------------- Enter LOGON parameters below: RACF LOGON parameters: Userid ===> MD0006 Password ===> New Password ===> Procedure ===> MDLPROC Group Ident ===> Acct Nmbr ===> 12345678 Size ===> Perform ===> Command ===> exec 'md0006.lib.exec(setup)' exec Enter an 'S' before each option desired below: -Nomail -Nonotice -Reconnect -OIDcard PF1/PF13 ==> Help PF3/PF15 ==> Logoff PA1 ==> Attention PA2 ==> Reshow You may request specific help information by entering a '?' in any entry field I add a statement to COMMAND filed to let the system execute it when I log on. However,it didn't execute it. Furthermore,when I log off TSO,it's executed! This is my log off message: exec 'md0006.lib.exec(setup)' exec ALLOCATION FOR SYSEXEC SUCCESS. READY Why does this happen? I hope anyone could help me out. -- Best Regards, Johnny Luo ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

