Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clear system message 1

Status
Not open for further replies.

DBASP

MIS
Apr 11, 2003
4
MY

Hi,

1. I'm executing rexx as interactive i.e ===> tso %rexprog
In my program I code "submit" to execute a job and I don't
want system response i.e "IKJ56250I JOB DBASP(JOB08579) SUBMITTED" to be displayed on my screen.

2. Is there any COLOR/COLOUR options can be used to display certain text using TSO-REXX programming at IBM OS/390 ?

Regars

 
Try :

Z = OUTTRAP(LIST.)
ADDRESS TSO "SUBMIT '"rundsn"("MEM")' NOJOBCHAR"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top