I have started to play with System REXX and one of the 1st things I tried
was writing a command I called TSO that will issue any TSO command that is
passed to it. What I'm finding is that the messages displayed in
SYSLOG/OPERLOG appear to be wrapping at byte 70 or 71.  Is there a way to
adjust that?

 

The system rexx exec that I'm using is:

 

 

/* rexx  */

parse arg command

command

 

 

Thanks

 

 

Lionel B. Dyck <sdg><
Website:  <https://www.lbdsoftware.com> https://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden

 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to