I think Shazam is looking for something less intensive :-)
My vendor issue was more than just about encoding it was about layout, how bolding was handled, etc. and we were automating it with an eye to the future when our primary vendor (not the printing vendor) drops their support for "greenscreen".
Coy Krill
Core Processing Team Lead
Washington Trust Bank
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jack Woehr
Sent: Friday, April 19, 2019 09:47
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: RFE created ID:132221 ACS Printer Output add an option to specify a different encoding when downloading as text (.txt).
Importance: Low
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?
--
Jack Woehr
Absolute Performance, Inc.
12303 Airport Way, Suite 100
Broomfield, CO 80021
NON-DISCLOSURE NOTICE: This communication including any and all attachments is for the intended recipient(s) only and may contain confidential and privileged information. If you are not the intended recipient of this communication, any disclosure, copying further distribution or use of this communication is prohibited. If you received this communication in error, please contact the sender and delete/destroy all copies of this communication immediately.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
This electronic mail message and any attachments may contain confidential or privileged information and is intended for use solely by the above-referenced recipient. Any review, copying, printing, disclosure, distribution, or other use by any other person or entity is strictly prohibited under applicable law. If you are not the named recipient, or believe you have received this message in error, please immediately notify the sender by replying to this message and delete the copy you received
As an Amazon Associate we earn from qualifying purchases.