- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I got a error messenge ,
Error: Integration Technologies 無法提交程式碼。 [Error] Failed to transcode data from utf-16le to ms-950 encoding because it contained characters which are not supported by your SAS session encoding. Please review your encoding= and locale= SAS system options to ensure that they can accommodate the data that you want to process. A portion of the source string, in hex representation is: [None] bd560b8: 3b 00 2a 00 27 00 3b 00 2a 00 22 00 3b 00 2a 00 |;.*.'.;.*.".;.*.| [None] bd560c8: 2f 00 3b 00 71 00 75 00 69 00 74 00 3b 00 72 00 |/.;.q.u.i.t.;.r.|
How can I fixed it?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Please post your complete SAS log including the error message so we can see what process has caused the error. You can use PROC OPTIONS to review your ENCODING and LOCALE options:
proc options option = (encoding locale);
run;
Please post the SAS log from this program.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content