Problem Note 34651: SAS® Drug Development 3.5 - Using any encoding that does not support DBCS characters in a pathname can cause truncation of filename
When using SAS® Drug Development version 3.5 with DBCS characters in a filename, the end of the filename can be truncated.
For example, the expected result is "あabc.txt" while the actual is "あabc.tx".
This problem occurs when using DBCS characters in a FILENAME statement.
For example, when submitting following program from the Process Editor, the resulting
filename can be "あabc.tx" instead of "あabc.txt".
%let outfile=あabc.txt;
data _null_;
file "&outdir./&outfile.";
put "aaa";
run;
In another case, when running a SAS program and using DBCS character in the file pathname, the expected .rtf extension is not created:
ods rtf file = "&WORKDIR./&wfname."
As a workaround, consider using a local SAS session with UTF-8 configuration to change the filenames before loading into SAS® Drug Development.
Operating System and Release Information
SAS System | SAS Drug Development | 64-bit Enabled HP-UX | 3.4 | | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 3.4 | | 9.1 TS1M3 SP4 | |
HP-UX IPF | 3.4 | | 9.1 TS1M3 SP4 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
SAS® Drug Development 3.5 - Using any encoding that does not support DBCS characters in a pathname can cause truncation of filename
Type: | Problem Note |
Priority: | high |
Date Modified: | 2014-11-04 11:47:49 |
Date Created: | 2009-01-30 14:30:41 |