|
I do this with a freebies from http://mywebpages.comcast.net/meovino/opensource/rpgjavamail.html. There is a command CRTCSVF which takes a file and creates a STMF in the IFS. It even takes column headings if you want. Then I use the SNDM to email it. Works everytime... Eric ----- Original Message ----- From: "Mark A. Manske" <mmanske@xxxxxxxxxxxxxxxxxx> To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx> Sent: Thursday, April 03, 2003 9:31 AM Subject: RE: Create Excel Spreadsheet from AS/400 Data & Email it > There are packages, but if you want to do this in-house.... > > Have your database file ready (either dds or qry output) > do a similar command: > QSYS/CPYTOIMPF FROMFILE(your library/your file name on 400) > TOSTMF(/QIBM/somefolder/somefilename.CSV) MBROPT(*REPLACE) > STMFCODPAG(*PCASCII) RCDDLM(*CR) > > The defaults are *DLM and with the " and , for separators. > > this will create a comma delimited file on the "ifs".... > > You could now use the SNDEMAIL command that has been discussed here > previously - > if you do not have code, let me know - I was offered it too, as I did not > have > full access to the article which contained all the code. > > Works very slick, I am doing this here for many people. > Is running in batch, some things I even forget about them running now. > > > HTH > > Mark > > > -----Original Message----- > From: rpg400-l-bounces@xxxxxxxxxxxx > [mailto:rpg400-l-bounces@xxxxxxxxxxxx]On Behalf Of > Bob.Voltz@xxxxxxxxxxxxxx > Sent: Thursday, April 03, 2003 7:28 AM > To: RPG programming on the AS400 / iSeries > Subject: Re: Create Excel Spreadsheet from AS/400 Data & Email it > > > > > > > > Andreas Goering (www.goering.us) has a product that will do this. > (Just a customer, no vested interest.) > > > I need to create a batch routine that will extract information from an > as/400 database file and create various excel spreadsheets out of them. I > then need to email there files to our customers. > > Any ideas or suggestions on how to automate this process. > > Nick Leonessa > > _______________________________________________ > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l > or email: RPG400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. > > > _______________________________________________ > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l > or email: RPG400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.