RE: COMMAND field of TSO LOGON panel



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:IBM-MAIN@xxxxxxxxxxxx
Of Luo Johnny
Sent: Monday, December 12, 2005 8:23 PM
To: IBM-MAIN@xxxxxxxxxxx
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 listserv@xxxxxxxxxxx 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 listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Sleep freezing
    ... >> man exec. ... > form of a standard shell pipeline where each arg becomes one ... > word of a command, and each distinct command becomes a sub- ... The word "execute" means to replace the program running in the calling ...
    (comp.unix.shell)
  • Re: du command failing
    ... directory if the directory does not have a Read or Execute permission. ... From UNIX command line i have executed 'du' command. ... From [exec] manpage: ...
    (comp.lang.tcl)
  • Re: exec() gives output??
    ... > I'd like to execute a command on the server ... > particular command takes a long time to execute, ... A successful call to exec() replaces the Perl script with whatever execis ...
    (comp.lang.perl.misc)
  • Get Table and Field Names
    ... To get a list of available tables in current database, ... execute the following command: ... EXEC sp_msforeachtable @command1='print REPLACE(REPLACE ... properties for a table, execute the ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: exec/system wipes signal handler
    ... When you do an exec(), all of the code in memory ... new process image. ... array of pointers must be terminated by a NULL pointer. ... according to whether at least one file with suitable execute permissions ...
    (comp.lang.php)