SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Drug Development64-bit Enabled HP-UX3.49.1 TS1M3 SP4
64-bit Enabled Solaris3.49.1 TS1M3 SP4
HP-UX IPF3.49.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.