Alan,  Thank you.  That is a cool command.  

Ren
Ext 1448


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Alan Young
Sent: Tuesday, November 29, 2016 12:54 PM
To: [email protected]
Subject: Re: Reading the Command Table

The ISPVCALL debug command displays the active command tables (along with a 
bunch of other ISPF information) for the user. It writes the information to a 
dataset and by default it will display the file in a edit session when the 
trace is ended. The edit display can be suppressed by specifying the END parm 
with the trace stop. Here is an example

/*REXX*/
address TSO 'ISPVCALL'  / * start trace */ address TSO 'ISPVCALL END' /* stop 
trace without display */ exit

Alan

Brenton, Ren wrote:
> We have a COMMAND TABLE (MADCMDS), with entries like this:
>
>          Verb       T     Action                       
>       IPTOOLS   0  SELECT CMD(%AAA &ZPARM) 
>       IPLIST        0  SELECT CMD(%BBBBBB &ZPARM) 
>       ITAUTO    0  SELECT CMD(%CCCC &ZPARM) 
>       ITCK          0  SELECT CMD(%DDD &ZPARM)   
>
> Is there any way to get this list into a dataset that I can edit/view?
>
> I’m trying to come up with a list of commands that can be invoked from this 
> Command Table, (or any other of our command tables as well), to be used in 
> another process (a REXX solution would be terrific).
>
> TIA
>
> Ren Brenton
> MSP Home Equity
> Black Knight Financial Services
> 601 Riverside Ave.,
> Jacksonville, FL 32204
> __________________________________________________
> O: 904.357.1448 | M: 404.438.3868 | F: 904.357.1807 
> [email protected] || www.BKFS.com The information contained in this 
> message is proprietary and/or confidential. If you are not the intended 
> recipient, please: (i) delete the message and all copies; (ii) do not 
> disclose, distribute or use the message in any manner; and (iii) notify the 
> sender immediately. In addition, please be aware that any message addressed 
> to our domain is subject to archiving and review by persons other than the 
> intended recipient. Thank you.
>   

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to