Thank you for that update. The MacroSpy page suggests a built-in ISPF
facility ISREMSPY which can be used to debug EDIT macros.  From REXX, you
can issue the command:
    Address TSO 'ISREMSPY'
to invoke it. I haven't tried ISREMSPY before.

Bill

On Thu, 19 Feb 2009 11:47:00 -0600, Mark Zelden <[email protected]>
wrote:

>On Thu, 19 Feb 2009 09:03:02 -0600, Big Iron <[email protected]>
wrote:
>
>>It might be helpful to display the return code value which is set after the
>>LOCATE & CURSOR ISREDIT commands are issued.
>>
>>For example:
>>   /* rexx */
>>   address isredit
>>   "macro"
>>  "FIND WS-MODULE-IDENTIFIER"
>>  "locate 401"
>>   lrc = RC
>>   "cursor = 412 21"
>>   Say 'locate returned RC='lrc' cursor returned RC='RC
>>to see if either of those commands encountered a problem.
>>
>
>Sorry,  I have not been following this thread and don't know what the
>exact issue is, but the OP may want to check out former ISPF
>developer Doug Nadel's MACROSPY program.   I've only used it once
>or twice, but when you need it, it's a great tool.
>
>http://www.sillysot.com/mvs/
>
>Mark
>--
>Mark Zelden
>Sr. Software and Systems Architect - z/OS Team Lead
>Zurich North America / Farmers Insurance Group - ZFUS G-ITO
>mailto:[email protected]
>z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
>Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
>

----------------------------------------------------------------------
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

Reply via email to