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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress a message

Status
Not open for further replies.

PierH

Programmer
Nov 24, 2003
3
NL

How can i suppress a message that comes from a call to an other enironment.

I Do a "ADDRESS CASCHD Question" and that application answer me

DB00010I : - ........

MSG ('OFF') did not help me...

Please help...






 
Try throwing it into a sysouttrap:
Code:
rc = Outtrap("cas.")
"ADDRESS CASCHD Question" 
rc = Outtrap("OFF")

Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
 
Thanks for thinking with me, But that doesn't work.
I allready try that, but in your example Cas.0 stays 0..

 
I'm not sure this is possible. The messages I think you are receiving are because the program is not doing a normal TPUT but writing to the screen by some other method. I have this problem with FTP and I have tried supressing them by re-allocating SYSTERM to a dataset, but that didn't work.

I'd be very interested if someone has a solution.
 
I have tried with SYSTERM allocated as DUMMY, but the message is still comining on the screen..

Thanks for the suggestion anyway..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top