About 52 results
Open links in new tab
  1. Is the character § supported by CCSID 1208 - Stack Overflow

    Feb 13, 2013 · I need to know if the character § is supported by CCSID 1208. In general, How do we find the list of characters supported by a particular CCSID. Thanks

  2. Using CAST to change text field CCSID on rpgle with emb-sql

    Mar 16, 2018 · exec sql UPDATE CONVTXT set TEXT2B = CAST(CAST(TEXT as char(100) CCSID 65535) AS CHAR(100) CCSID 870); all the text in first field "TEXT" is converted perfectly and …

  3. How can I configure CCSID value in my Queue Manager using "pymqi ...

    I'm encoding the message in "UTF-8" and I've been told that the CCSID I'm using to send the message is 850 instead of 1208 (the one belonging to UTF-8). To run the MQ manager, I'm using "pymqi" …

  4. How do I programmatically determine the CCSID of a file in the IFS?

    Apr 17, 2013 · I am familiar with converting data from one CCSID to another via the QtqIconvOpen API so if I know a file has a CCSID that differs from our default CCSID, I can convert it. I wrote code …

  5. Problems with SQLRPGLE and CCSID in JSON_TABLE

    Apr 29, 2022 · I have a problem with one program, and it is related with the Source File CCSID. I need to generate a JSON field. In the original program, it was an INSERT from a common table (with …

  6. In IIB, How to change the values of Encoding and CCSID in the input ...

    Jan 2, 2023 · In IIB,we have a Message flow, which has MQ Input node listening to receive input message. We have to change the Input MQMD/Message properties like Encoding and CCSID to the …

  7. How to determine the CCSID used in CPYFRMIMPF command?

    Jun 11, 2012 · The most common library file CCSID is 37 for EBCDIC. You can check the system default CCSID with DSPSYSVAL QCCSID. The CPYFRMIMPF command will convert the character data …

  8. How to convert characters in CCSID 65535 - Stack Overflow

    Jan 8, 2015 · By definition, CCSID 65535 is "binary" data and should not be converted. If you need to pull 'character' values out of it, it is necessary to know what CCSID the data was when it was stored …

  9. Proper way to deal with both encoding and charset/ccsid through a ...

    Dec 5, 2022 · Should the CCSID and/or the encoding be managed withinthe bridge, and/or should this negotiation be leaved to brokers? Provided the bridge is a suited place, what is the proper way to do …

  10. java - SQL0332 Character conversion between CCSID-id 1156 and 278 …

    Sep 30, 2015 · The apostrophe character (" ' ") is x'7D' in both CCSID 278 and CCSID 1156. No "conversion" needed as such. But if KOACNO is any numeric data type, attempting to compare the …