Previous Topic

Next Topic

Book Contents

Book Index

Examples

The DO MAIL statements, shown in the following example, are valid based on the contents of the sample mail destination table shown below:

Figure 19 DO MAIL Example

ON PGMST ANYSTEP  PROCST          CODES OK  

  DO MAIL

TO   EVERYBODY

CC   BMC_STAFF

     EXTERNAL_RECIPE

SUBJ JOB FINISHED O.K

TEXT Continue processing

Figure 20 Sample Mail Destination Table

 *------------------------------------------------------------*     

 *        DEFINITION OF ALL 'NICKNAME' ADDRESSES              *     

 *------------------------------------------------------------*     

 NICK=GEORGE                                                        

  [email protected]                                 

 NICK=MARY                                                          

  [email protected]                                   

 NICK=MARTA                                                         

  [email protected]                                

 *------------------------------------------------------------*     

 *        DEFINITION OF ALL 'NICKNAME' GROUPS                 *     

 *------------------------------------------------------------*     

 GROUP=EVERYBODY                                                    

   [email protected]                                       

   [email protected]                                        

   TOMAIL=ROBERT                                                    

   TOMAIL=LESLIE                                                    

   TONICK=GEORGE                                                    

   TONICK=MARY                                                      

   CCMAIL=DAVID                                                     

   CCNICK=MARTA                                                     

 GROUP=BMC_STAFF                                                    

   TOMAIL=ROBERT                                                    

   TOMAIL=LESLIE                                                    

   CCMAIL=DAVID                                                     

 GROUP=EXTERNAL_RECIPIE                                             

   [email protected]                                       

   [email protected]                                        

   TONICK=GEORGE                                                    

   TONICK=MARY                                                      

   CCNICK=MARTA                                                     

 **************************** Bottom of Data **********************

Parent Topic

Shout / Mail Facility Destination Table Administration