TRACE and EXECUTIL TS



IBM's Command List programming language & Restructured Extended Executor

TRACE and EXECUTIL TS

Postby Quasar » Sat Aug 25, 2012 11:54 am

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
Quasar Chunawala,
Software Engineer, Lives at Borivali, Mumbai
User avatar
Quasar
 
Posts: 102
Joined: Wed Nov 10, 2010 7:11 pm
Location: Borivali, Mumbai
Has thanked: 13 times
Been thanked: 2 times

Re: TRACE and EXECUTIL TS

Postby NicC » Sat Aug 25, 2012 2:13 pm

I simply use the internal rexx Trace command. You can set it dynamically if you want
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: TRACE and EXECUTIL TS

Postby Quasar » Sat Aug 25, 2012 4:59 pm

Nic -

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

Thanks,
Quasar
Quasar Chunawala,
Software Engineer, Lives at Borivali, Mumbai
User avatar
Quasar
 
Posts: 102
Joined: Wed Nov 10, 2010 7:11 pm
Location: Borivali, Mumbai
Has thanked: 13 times
Been thanked: 2 times

Re: TRACE and EXECUTIL TS

Postby NicC » Sat Aug 25, 2012 9:05 pm

If you do not know basic rexx then stop - learn basic rexx and then proceed. Read the rexx manuals.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: TRACE and EXECUTIL TS

Postby Pedro » Mon Aug 27, 2012 9:33 pm

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")"
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post