When I run this pgm on CMS 
/* REXX */
Trace R
Do i=1 To 1000
  Say i
  End
I see the trace Output on the console
Entering HI on that console Ends the pgm, Entering HT Ends the trace
Then I can enter TS and Tracing starts as if there were a Trace ?R in the pgm

As mentioned above, I think These are NOT to be issued from within the program

Walter

------------------------------------------------------------------------------
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to