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([email protected]) TONME([email protected]) FRADR([email protected]) FRNME([email protected]) 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