![]() | ![]() | ![]() | ![]() | ![]() |
The code might look like this:
%let outname=あーあ.txt; data _null_; file "&outdir./&outname"; put "aaa"; run;
Some specific FILE statement examples that fail are:
%a(形骸.txt); /** 骸 is 8A5B in SJIS **/ %a(あーあ.txt); /** ー is 815B in SJIS **/
This problem does not occur with non-DBCS filenames.
DBCS SAS regards 0x5B as a wildcard character. Because 0x5B characters are included in some DBCS characters in Shift-JIS system, you cannot use such DBCS characters in your file path.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | Base SAS | 64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Solaris for x64 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |