On Mon, 2010-09-06 at 14:58 +0300, גדי בן אבי wrote: > What the user wants to do is: > Write a REXX program that will take the job name from the current cursor > position and then start SDSF with that job name as a prefix. > > This is online, under ISPF. > > Gadi
Hum, I'd try using the QUEUE command in REXX and see what happens. I don't know if it will work and I'm not at work today. QUEUE 'PREFIX 'someprefix QUEUE 'ST ' "SDSF" I don't know if the SDSF command will read from the REXX stack or not. -- John McKown Maranatha! <>< ---------------------------------------------------------------------- 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

