View previous topic :: View next topic |
Author |
Message |
Pknair Beginner
Joined: 29 Nov 2005 Posts: 26 Topics: 9
|
Posted: Thu Jul 06, 2006 6:00 pm Post subject: Is there any alternative to OUTTRAP to trap messages |
|
|
I am using an LDAPSRCH command from a REXX utility. However the OUTTRAP is unable to trap the messages and the message gets displayed on the screen. Can someone suggest another way to do the same. |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Sat Jul 08, 2006 4:40 pm Post subject: |
|
|
Don't know about an alternative for trapping, but to stop messages you may try:
1. MSG('OFF')
2. ADDRESS TSO PROFILE NOWTPMSG NOINTERCOM
o.
________
SYNTHETIC WEED
Last edited by ofer71 on Thu Mar 17, 2011 10:49 am; edited 1 time in total |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sat Jul 08, 2006 9:52 pm Post subject: |
|
|
I'm not familiar with LDAPSRCH, but if the program uses certain interfaces (SVC93, TPUT for example) then there is not a way to suppress it . It may also be that the program is writing to a particular ddname that is allocated to the terminal (SYSPRINT for example) and it may be possible to reallocate that dd. |
|
Back to top |
|
|
|
|