Previous Topic: /DUMP Usage NotesNext Topic: /ECHO Command


/EADMIN Command

The /EADMIN command modifies selected settings of the CA Workload Automation SE email interface. Changes made using the /EADMIN command are not saved across starts of CA Workload Automation SE. To make a change permanently, you must update the EMAIL initialization file statement.

This command has the following format:

►►─ /EADMIN ─┬──────────────────┬─┬────────────────────┬──────────────────────►
             └─ ,EFROM=xxx...x ─┘ └─ ,ENABLE= ─┬─ Y ─┬─┘
                                               └─ N ─┘

 ►─┬───────────────────┬─┬────────────────┬─┬─────────────────┬───────────────►◄
   └─ ,EREPLY=xxx...x ─┘ └─ ,ETIMEOUT=nn ─┘ └─ ,TRC= ─┬─ Y ─┬─┘
                                                      └─ N ─┘
EFROM

(Optional) Specifies a new name to display in the "From" field of emails. The value can be up to 70 characters long and can contain special characters (other than commas). CA Workload Automation SE converts all lowercase letters to uppercase when processing the command.

ENABLE

(Optional) Specifies whether to use the email interface. All emails can be suppressed by specifying ENABLE=N. All emails currently waiting to be sent are discarded with no indication of any error. Any new emails requested with the /EMAIL command are also discarded, and an error message (SCMR-07) is issued to the terminal in response to the command. /EADMIN,ENABLE=Y must be specified to allow emails to be sent again.

EREPLY

(Optional) Specifies a new default email reply address to be used when email recipients reply to emails from CA Workload Automation SE. The value can be up to 70 characters long and can contain special characters (other than commas). CA Workload Automation SE converts all lowercase letters to uppercase when processing the command. The reply address can also be overridden by the email address member "reply:" line.

ETIMEOUT

(Optional) Specifies the maximum number of seconds CA Workload Automation SE will wait for responses from TCP/IP and the SMTP (email) server. Values can range from 5 to 20 seconds.

TRC

(Optional) Specifies if the email trace should be turned on or off globally. The email trace is written to SYSOUT data set ETRACE in the CA Workload Automation SE task and contains information about the connection between CA Workload Automation SE and TCP/IP and the conversation with the SMTP (email) server. The trace can produce many lines of output, so it should be turned off when not in use. The email trace can be requested for a specific email by specifying TRC=Y on the /EMAIL command.