AutoMan

AutoMan ©

Automation Power Tools for OS/390 and z/OS

AutoMan © Version 2.9 Email Support

AutoMan V2.9 © enables the sending of E-Mail alerts when it detects a situation that needs a notification sending. E-Mail alerts may be sent from any of the processors or command lists.

For example, send an E-Mail message when an urgent system message is detected. The text of the message is used as the subject of the E-Mail:

MSG=XID999S
    VAR &MSGTXT LEN 100
    LET &MSGTXT=$$MSGTXT
    EMAIL TO recipient@destination
        CC copyrecipient@destination
        FROM source@thislocation
        SUBJECT '&MSGTXT'
            'This is a problem that needs urgent attention'