>
>The idea is to rename the default IBM ISPF command table entry for SDSF to
>something else (SDSFIBM) and replace the existing SDSF command table entry
>with this REXX EXEC. The new ISPF Command Table entries are:
>
>SDSF 0 SELECT CMD(%SDSFSHR &ZPARM) NOCHECK
>SDSFIBM 0 SELECT PGM(ISFISP) NEWAPPL(ISF) NOCHECK PARM(&ZPARM)
>
<snip>
Default command table entry for SDSF? No such animal that I know of.
If you see one in your ISPCMDS, someone must have modified the IBM
ISPCMDS (instead of using SITECMDS). (unless this was added in z/OS 1.11,
which I don't have access to yet).
Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark....@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
>DOH! You're right. I added this myself. I have been adding this to
>every shop I have been in for the last 20+ years... There is no IBM standard
>ISPF Command Table Entry for SDSF. So, my CRS is kicking in again.
>
>Years ago I found it extremely convenient to use SDSF from the ISPF command
> line to put SDSF on top of anything I was working on to quickly (or not so
> quickly) check something.
<snip>
As many of us have. Only I truncate at 2 instead of 0 (so just "SD" can be
used) and also have "SCRNAME(SDSF)" so one can "SWAP SDSF" directly.
Oh, and of course it's in SITECMDS not a modified version of ISPCMDS.