|
A silly question what means CSV ? Thanks, Silvio. Gary Guthrie <GaryGuthrie@home.com> on 03/09/2000 05:03:25 PM Please respond to RPG400-L@midrange.com To: RPG400-L@midrange.com cc: (bcc: Silvio Santos/VC/PT/BRAIN) Subject: Re: Converting EBCDIC to CSV Try using CPYTOIMPF to put in a folder. Something like CPYTOIMPF FROMFILE(YourLib/YourFile) + TOSTMF(/QDLS/YourFolder/YourPCDoc) + RCDDLM(*CRLF) + DTAFMT(*DLM) + STRDLM('"') + FLDDLM(',') + DECPNT(*PERIOD) This creates a CSV file in the folder. The FTP this file. Gary Guthrie REAL Solutions Technical Support Technical Editor, NEWS/400 magazine David Fulton wrote: > > Does anybody know of an easy way of converting an externally described AS/400 > file to a CSV on the AS/400. This is to allow us to FTP the file to any server > on the company network for easy access. +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.