×
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.
Hi Eric
You may just set the correct locale for the PASE environment before using it -> this will then generate files with the defined CCSID.
Just set two additional environment variables:
QIBM_PASE_CCSID '1208'
PASE_LANG 'EN_US.UTF-8'
Available Locales and CCSIDs are listened here:
https://www.ibm.com/docs/en/i/7.4?topic=ssw_ibm_i_74/apis/pase_locales.htm
Regards
Markus
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Scott Klement
Sent: Dienstag, 26. April 2022 23:21
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: Re: ccsid of ifs file using curl question
There isn't a way (that I know of) to change the CCSID of QIBM_QSH_CMD_OUTPUT's output file.
However, after the QShell session is done writing to the file, you can use the CPY command to copy it to a UTF-8 file, and e-mail that. For
example:
CPY OBJ('/tmp/TCN05C03.txt') FROMCCSID(37) +
TOOBJ('/tmp/TCN05C03-utf8.txt') TOCCSID(1208) +
DTAFMT(*TEXT)
Then email the utf8 version of the file.
On 4/26/2022 1:44 PM, eric bothes wrote:
i am using CURL in a CL and outputting results using the following
ADDENVVAR ENVVAR(QIBM_QSH_CMD_OUTPUT) VALUE('FILE=/tmp/TCN05C03.txt')
LEVEL(*JOB) REPLACE(*YES)
The CCSID is 37. I am emailing the results but since the CCSID is 37,
the attachment becomes unreadable.
Is there a way to specify a different CCSID for the generated file
such as 00819 so that the attachment would be readable?
--
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://urldefense.com/v3/__https://lists.midrange.com/mailman/listinfo/midrange-l__;!!CqVFughQ-RE!wk2HmhFOesKvVica3Nu1Ztgt8TFxQ4eOaNvEHr9TgSHRX5Jt1wePwpacroYonUKeutAi$
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://urldefense.com/v3/__https://archive.midrange.com/midrange-l__;!!CqVFughQ-RE!wk2HmhFOesKvVica3Nu1Ztgt8TFxQ4eOaNvEHr9TgSHRX5Jt1wePwpacroYonSVHLcyi$ .
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://urldefense.com/v3/__https://amazon.midrange.com__;!!CqVFughQ-RE!wk2HmhFOesKvVica3Nu1Ztgt8TFxQ4eOaNvEHr9TgSHRX5Jt1wePwpacroYonc98HWLD$
As an Amazon Associate we earn from qualifying purchases.