Previous Topic

Next Topic

Book Contents

Book Index

DO MAIL: Post–Processing Parameter

Send an e-mail message to the specified recipients.

Figure 195 DO MAIL Parameter Format

  ON PGMST               PROCST          CODES                    A/O

     DO MAIL                          ATTACH SYSOUT                  

   TO

   CC

   SUBJ

   TEXT

Optional. Type MAIL in the DO field and press Enter. The DO MAIL subparameters are described in Table 182.

Table 182 DO MAIL Subparameter Formats

Subparameters

Description

TO

Destination of the message, limited to a maximum of 255 characters. Mandatory. Valid values are:

  • the full e-mail address
  • a recipient name

If you use a recipient name, the full e-mail address is supplied by the MAIL section of the IOAPARM member in the IOA PARM library. The IOAPARM member also includes the value of the DFLTSFFX field, which specifies the e-mail address suffix (such as MAIL.DOMAIN.COM), the SMTP STC name, and the HOST name.
Note: The @ character is taken from the ATSIGN parameter in the IOAPARM member.

  • the nick name or group name defined in MAILDEST member. For more information regarding MAILDEST member, see the INCONTROL for z/OS Administrator Guide.

You can use AutoEdit variables in this field, in any combination of text and valid AutoEdit variables.

CC

Destination to which a copy of the message is to be sent, limited to a maximum of 255 characters. Optional.

Valid values are:

  • the full e-mail address
  • a recipient name

If you use a recipient name, the full e-mail address is supplied by the MAIL section of the IOAPARM member in the IOA PARM library. The IOAPARM member also includes the value of the DFLTSFFX field, which specifies the e-mail address suffix (such as MAIL.DOMAIN.COM), the SMTP STC name, and the HOST name.
Note: The @ character is taken from the ATSIGN parameter in the IOAPARM member.

  • the nick name or group name defined in MAILDEST member. For more information regarding MAILDEST member, see the INCONTROL for z/OS Administrator Guide.

You can use AutoEdit variables in this field, in any combination of text and valid AutoEdit variables.

SUBJ

Message subject of up to 70 characters. Optional.

TEXT

Message text of up to 255 text lines, each with a maximum of 70 characters. Optional.

Note: By default, lowercase text that you enter in the message body or subject line is translated to uppercase text. To enable lowercase text, set SZUMLCM to Y. For more information about this IOA Profile variable, refer to the INCONTROL for z/OS Administrator Guide.

§Restart§ ATTACH SYSOUT

If the value is:

  • Y - Control-M attaches the SYSOUT to the email
  • N - Control-M does not attach the SYSOUT to the email
  • D - Control-M uses the default specified by the ATTSYSOT system parameter

Parent Topic

Job Production Parameters