1,975 pts.
 Message subfile
Is there any way to prevent the message subfile to have the system generated messages? I have a monitor block in my program and the message tracked by the on-error block is appearing to the user through the message subfile, I dont want this to happen. Any suggestions?

Software/Hardware used:
AS400
ASKED: February 13, 2013  4:08 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If message conditions are handled, messages should be removed from the queue. You can use the Remove Program Messages (QMHRMVPM) API to remove them as they happen. This should be thought of as just good practice in cleaning up after your work. — Tom

 108,330 pts.