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



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?



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.