TRACE I does not seem to work.

Time Sharing Option, Interactive System Productivity Facility and REstructured eXtended eXecutor

Moderator: mickeydusaor

Post Reply
Sandy
Registered Member
Posts: 51
Joined: Sat Jun 15, 2013 1:07 pm

TRACE I does not seem to work.

Post by Sandy »

Hi,

I have written a REXX code which I want to debug. I used TRACE I but for some reason it does not seem to work. I mean when I execute the code it does not go in tracer? What can be the reason?
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 826
Joined: Wed Sep 11, 2013 3:57 pm

Re: TRACE I does not seem to work.

Post by enrico-sorichetti »

What can be the reason?
Obviously You made a mistake somewhere

If You want good answers You must learn to ask good questions
You just whined that something did not go the way You wanted

post something useful and probably You will get a useful answer
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
Sandy
Registered Member
Posts: 51
Joined: Sat Jun 15, 2013 1:07 pm

Re: TRACE I does not seem to work.

Post by Sandy »

My REXX is an edit macro and I have used the TRACE I like this:

Code: Select all

/* REXX EDIT MACRO                                              */
/* EXPAND ALL COPY STATEMENTS IN A COBOL PROGRAM                */
TRACE I                                                           
ADDRESS ISREDIT                                                   
"MACRO PROCESS"                                                   
/* ============================================================ */
..
There is more code after that.
User avatar
prino
Registered Member
Posts: 68
Joined: Sun Jun 01, 2014 4:15 am
Location: Vilnius, Lithuania
Contact:

Re: TRACE I does not seem to work.

Post by prino »

Use

Code: Select all

trace ?i
and drown in messages. Better use

Code: Select all

trace ?r
Robert AH Prins
robertahprins @ the.17+Gb.Google thingy
Some z/OS code here
Sandy
Registered Member
Posts: 51
Joined: Sat Jun 15, 2013 1:07 pm

Re: TRACE I does not seem to work.

Post by Sandy »

Thank you prino. How could I overlook that! :oops:
Sandy
Registered Member
Posts: 51
Joined: Sat Jun 15, 2013 1:07 pm

Re: TRACE I does not seem to work.

Post by Sandy »

prino wrote: Tue Mar 20, 2018 2:47 pmUse Code: Select alltrace ?i

and drown in messages. Better use
How do I stop these message if mistakenly done that? Attention key does help in this.
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: TRACE I does not seem to work.

Post by nicc »

The iscussion on Trace in the manual tells you how to stop tracing during execution.
Regards
Nic
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “TSO, ISPF & REXX (Do you still do CLIST?!).”