Search found 3 matches
- Wed May 10, 2023 5:51 pm
- Forum: YAJL-ILE
- Topic: Using CCSID 1208 - accent characters
- Replies: 3
- Views: 14983
Re: Using CCSID 1208 - accent characters
Hi, The issue was that the file CCSID was 437. For it to work with a French accent I needed it to be UTF-8 (CCSID 1208) To achieve this I ran the following command on the file before I imported: CPY OBJ('/home/tfr_t/sfc/in/product_202325140925.json') TOOBJ('/home/tfr_t/sfc/in/product_202325140925.js...
- Sat Apr 22, 2023 3:56 pm
- Forum: YAJL-ILE
- Topic: Using CCSID 1208 - accent characters
- Replies: 3
- Views: 14983
Re: Using CCSID 1208 - accent characters
Thank you so much for providing me with direction.. I will go through the checklist and later post my findings for others that may have the same issue.
Dealing with CCSID is new for me.
Dealing with CCSID is new for me.
- Thu Apr 06, 2023 5:56 pm
- Forum: YAJL-ILE
- Topic: Using CCSID 1208 - accent characters
- Replies: 3
- Views: 14983
Using CCSID 1208 - accent characters
Hi, I am totally stuck. I know there have been discussions on this, but in most cases, it relates to importing the json from a web service. I am importing the JSON file from the IFS using yajl_stmf_load_tree(IFSFILE : errMsg); This file holds an accent character in the data portion. When I run e1Sfc...