CEE3SMO — suppress printing of messages

Purpose

CEE3SMO is a callable service that suppresses the printing of any message, traceback, and dump (as indicated by the TERMTHDACT option) for any condition that has been signaled and allowed to percolate. This service must be called by a user condition handler.

Syntax

void CEE3SMO ([fc]);
FEED_BACK *fc;
fc (output/optional)
A 12-byte feedback code passed by reference. Feedback information (condition token) is returned to the calling routine. The following conditions can result from this service:
Condtion Description type Description value
CEE000 Severity 0
CEE000 Msg_No N/A
CEE000 Message The service completed successfully.
CEE3B0 Severity 3
CEE3B0 Msg_No 3424
CEE3B0 Message CEE3SMO called from outside a condition handler. This condition is signaled when there is only one CIBH in the CIBH chain and it is not in use.