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!
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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.