5 pts.
 Email AS/400 report
User is executing a world writer, and I need to automaticlly email the report to someone else. How can this be archived ?

Software/Hardware used:
AS400, Exchange
ASKED: October 14, 2011  4:21 PM
UPDATED: October 18, 2011  3:45 PM

Answer Wiki:
Hi, You can do it through program. You need to write a CL program for this. contact your developer to help you done it
Last Wiki Answer Submitted:  October 17, 2011  10:57 am  by  SaranAS400   190 pts.
All Answer Wiki Contributors:  SaranAS400   190 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Are you wondering how the e-mail can be archived or how the iSeries is to e-mail the report?

 5,670 pts.

 

Add a data queue to the output queue where your world writer reports land. Then write a program to receive data from the data queue. Inspect the spool file attributes. If it is one that needs to be delivered to a specific user run it through your PDF converter (native in recent release of i5/OS) and send to your user as an e-mail attachment.

Both Gumbo and BVS Tools sell reasonably priced utilities that greatly simplify this task.

 5,525 pts.