SeanHoppe.com Cleo Best Practices How to Email Spool File using Cleo EDI Command
EXSNDSPLF - How to Email Spool File using Cleo EDI Command
EXSNDSPLF Background:
Using Cleo Integrator CMD: EXSNDSPLF is ideal for EXTOL Integrator users that do not have a commercial email client installed on the iSeries. The command can be called via CLP or RPG program.
ADDDAYS RPG Set-up:
EXSNDSPLF PRINTF(LLMPF5R$) JOB(PRTLOMAR) USER(HOPPES) JOBNBR(232901) FILENBR(1) TOADR(JOHN.DOE@xxxxx.COM) TONME(JOHN.DOE@xxxxx.COM) FRADR(EXTOL@xxxxxx.COM) FRNME(EXTOL@xxxxx.COM) SBJCT('test print of message activity') MSG('this is a copy of the report we will see using CMD: EXSNDSPLF')
EXSNDSPLF Example

By: Sean Hoppe on