Examples

Example 1

The following example sends individual messages for each line in the multiline response:
IF MSGID='IST075I' & DOMAINID = %AOFDOM%
THEN EXEC(CMD('FWDMSG A1')ROUTE(ONE *));

Example 2

The following example sends all RACF® messages to ensure notification of security violations:
IF MSGID='ICH' . & DOMAINID = %AOFDOM%
THEN EXEC(CMD('FWDMSG A2')ROUTE(ONE *));