Previous Topic: Displaying Signon Messages at StartupNext Topic: Setting Command Timeout


Displaying Messages About Commands Executed at Startup

This product displays a message whenever it executes a command that is specified in the CMNDS MIM or SYNCH MIM files. If you do not want to see routine messages, specify SUPPRESSRESP=YES on the MIMINIT statement. YES is the default for SUPPRESSRESP.

For example, to suppress what could be a substantial number of routine messages, you could specify this MIMINIT statement:

MIMINIT SUPPRESSRESP=YES

To display the messages again, specify SUPPRESSRESP=NO.

The SUPPRESSRESP parameter does not stop this product from issuing messages when a command in one of the files cannot be executed. For example, because of a syntax error.