× 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.



If the question is, "How do I download a spooled file text dump in a
specific encoding?" Here is a recipe:

1. CPYSPLF *TOSTMF without any special filter, for instance to
/home/me/myfile.ebcdic
2. /QOpenSys/pkgs/bin/iconv -f IBM-037 -t ISO8859-1
/home/me/myfile.ebcdic >/home/me/myfile.txt
- If you don't want ISO8859-1 ("plain ASCII") choose an output
encoding from the list shown by iconv -l
3. From your workstation or whatever, scp me@myibmi:/home/me/myfile.txt
. which copies to the current directory.


On Fri, Apr 19, 2019 at 10:39 AM Krill, Coy <CKrill@xxxxxxxxxxx> wrote:

Did I miss where you all suggested a viable encoding that works with your
vendor? UTF16? 7bit ASCII? EBCDIC?



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.