On 2/16/2006 7:10 AM, [EMAIL PROTECTED] wrote:
Experts,

I have an edit macro here which does some processing on a production
file. Excludes a number of records then does some selective deleting
based on characters if finds at certain positions. My CLIST knowledge
is scant at best, and this macro has gone mad all of a suddun, blowing
through BDISPMAX(100) for obvious reason.

I've got to debug it, and was wondering if there is anything like the
"trace" function in REXX for edit macros/clists? I'm currently trudging
through a few manuals, trying to come up to speed, but if there's
something obvious I could use to work out what the thing is doing....

The macro, if anyone is interested, is below. It runs on about 20,000
lines of input data and has been running quite happily for years, I'm
told.
...snipped...

Try adding a
  CONTROL LIST
line where you want the tracing to start. See the TSO/E CLISTs book for more information: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4B830/11.1?SHELF=EZ2ZO10F&DT=20050715035650 or http://makeashorterlink.com/?M2CB516AC

        Walt

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