× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: Converting EBCDIC to CSV
  • From: "alan shore" <SHOREA@xxxxxxxx>
  • Date: Thu, 09 Mar 2000 16:20:31 -0500

Comma Seperated Variables

>>> "Silvio Santos" <Silvio.Santos@brainag.com> 03/09 1:29 PM >>>


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 
+---

+---
| 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 thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.