On Fri, 23 Dec 2016 14:26:04 -0800, Ed Jaffe wrote:
>On 12/23/2016 1:50 PM, Paul Gilmartin wrote:
>> What recognizes the TSO command? I see no code in ISR@PRIM that appears to
>> do that, leading me to believe it's something outside the panel definition.
>
>"TSO" and nearly 100 other ISPF commands are handled by the ISPCMDS
>command table.
>Go to ISPF 3.9 and put in "ISP" as the applid to view this table.
>
I barely understand this. I suppose I could find the right manual. But from
lines such as:
TSO 0 SELECT SUSPEND CMD(&ZPARM)
... I infer that &ZPARM is a variable which contains the remainder of the
command line beyond the command name. If so, there *should*be* another
similar variable, &ZPARMA, like &ZPARM, but as-is, before folding to
upper case, and the command could be:
TSO 0 SELECT SUSPEND CMD(&ZPARMA)
Why don't FIND and LOCATE work in this 3.9 panel?
Thanks,
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN