Page 1 of 1

TRACE and EXECUTIL TS

PostPosted: Sat Aug 25, 2012 11:54 am
by Quasar
Hi,

I want to turn the Rexx interactive Debugger on. However, when I do a TSO EXECUTIL TS, the debugging remains on, within the EXEC, but not in any of the other rexx modules called. I want the TRACE on for all rexx execs. How do I acheive this?

Thanks,
Quasar

Re: TRACE and EXECUTIL TS

PostPosted: Sat Aug 25, 2012 2:13 pm
by NicC
I simply use the internal rexx Trace command. You can set it dynamically if you want

Re: TRACE and EXECUTIL TS

PostPosted: Sat Aug 25, 2012 4:59 pm
by Quasar
Nic -

How do I turn the TRACE ON within my Rexx Programs? Should I just code TRACE ON?

Thanks,
Quasar

Re: TRACE and EXECUTIL TS

PostPosted: Sat Aug 25, 2012 9:05 pm
by NicC
If you do not know basic rexx then stop - learn basic rexx and then proceed. Read the rexx manuals.

Re: TRACE and EXECUTIL TS

PostPosted: Mon Aug 27, 2012 9:33 pm
by Pedro
I have seen trace as a setting, which is passed to the children execs as a parameter. For example:
mytrace = 1
...
Address TSO "%myexec2  TRACE("mytrace")"