5 pts.
 How do I send a spool file as an attachement using the SNDDST command?
Does anyone know how i can send a spool file as an attachment using the SNDDST command?

Software/Hardware used:
ASKED: April 4, 2006  4:35 PM
UPDATED: April 20, 2006  11:56 AM

Answer Wiki:
There are a number of steps that you need to do to achieve this: 1) Copy the spool file to a database file using the CPYSPLF command. 2) Move the file to an IFS folder using the CPYTOPCD command. 3) Use the SNDDST command to send it as a *DOC type message. For example: SNDDST TYPE(*DOC) TOINTNET((&PRIMAIL) (&CC1MAIL *CC)) + DSTD('Email Subject') MSG('Email message text...') + DOC(&FILE) FLR('IFS_folder/path') There's a document you may find useful on our site at http://www.astradyne-uk.com/docs/14-02001.pdf All the best Jonathan
Last Wiki Answer Submitted:  April 4, 2006  6:55 pm  by  astradyne   370 pts.
All Answer Wiki Contributors:  astradyne   370 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

I came across a free program called MIMEMAIL at www-922.ibm.com/mmail/start . After installing this you can send all diffrent types of files from the iseries. It was very easy to set up and get started.

Scott Troxell
R & R Express

 0 pts.