<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: decimal separator in ods csv in 9.2.2 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34892#M5052</link>
    <description>update...&lt;BR /&gt;
&lt;BR /&gt;
EXCELXP tagset &lt;U&gt;used to&lt;/U&gt; do a perfect job - not anymore&lt;BR /&gt;
&lt;BR /&gt;
I've just update my EXCELXP tagset (I was using the 1.94 version)&lt;BR /&gt;
&lt;BR /&gt;
with the 1.94 version, in the output sent to Excel, the comma was the decimal separator in my (French) Excel.&lt;BR /&gt;
Not anymore with 1.116 version. &lt;BR /&gt;
&lt;BR /&gt;
(and the DECIMAL_SEPARATOR option is not functioning in this case too)&lt;BR /&gt;
&lt;BR /&gt;
If it was possible with the 1.94, it certainly could be possible with the 1.11&lt;U&gt;7&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
no?&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Sébastien</description>
    <pubDate>Fri, 31 Dec 2010 13:39:05 GMT</pubDate>
    <dc:creator>SR_FR</dc:creator>
    <dc:date>2010-12-31T13:39:05Z</dc:date>
    <item>
      <title>decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34882#M5042</link>
      <description>In follow of this answer&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=38213镅" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=38213镅&lt;/A&gt;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
i confirm that delimiter=';' option in well working under 9.2.2 even under a foreign language&lt;BR /&gt;
system options regulation.&lt;BR /&gt;
BUT&lt;BR /&gt;
what about the decimal_separator defined as comma&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data a	;&lt;BR /&gt;
a=213.978; b="Nullité";&lt;BR /&gt;
run;&lt;BR /&gt;
ods csv file='d:\tabsas\csvtest1.csv'&lt;BR /&gt;
    options( delimiter=";" decimal_separator=',');&lt;BR /&gt;
proc print data=a;&lt;BR /&gt;
run;&lt;BR /&gt;
ods csv close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
the result from an ordinary text editor is&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
"Obs";"a";"b"&lt;BR /&gt;
"1";213.978;"Nullité"&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Did i forgot something?&lt;BR /&gt;
The tagsets.csv is from origin of version 9.2.2&lt;BR /&gt;
&lt;BR /&gt;
Andre&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Andre&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Andre&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Andre

Message was edited by: Andre</description>
      <pubDate>Fri, 11 Jun 2010 13:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34882#M5042</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-06-11T13:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34883#M5043</link>
      <description>Hi:&lt;BR /&gt;
  You might want to open a track with Tech Support. I can duplicate the behavior, but I note in the SAS log, when I use doc='Help' that it says:&lt;BR /&gt;
[pre]&lt;BR /&gt;
Decimal_separator:   Default Value '.'&lt;BR /&gt;
     The character used for the decimal point.&lt;BR /&gt;
     Will be deprecated in a future release when it is no longer needed.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
And I'm not sure what that note about the possible deprecation means. This would be what you'd want to check with Tech Support. If there's a workaround for the behavior, they will know what it is. (Other than writing your own DATA step program.)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 11 Jun 2010 14:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34883#M5043</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-06-11T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34884#M5044</link>
      <description>&amp;gt; what about the decimal_separator defined as comma&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;     options( delimiter=";" decimal_separator=',');&lt;BR /&gt;
&lt;BR /&gt;
this option helps the tagsets code recognise a decimal separator in the data it reads (from procedure output). It is not about passing the value to the "output" of the tagset.&lt;BR /&gt;
Achieve control of tagset output with the preferred SAS format for adapting the thousand or decimal separators, i.e. numXw.d or commaXw.d or even nlNumw.d&lt;BR /&gt;
 &lt;BR /&gt;
Although there are (in SAS913) formats bestXw. and nlNumW. neither provide the objective of an equivalent of the way format bestW. provides only the relevant decimal fraction. &lt;BR /&gt;
Adapting Andre's example to demonstrate these formats:&lt;BR /&gt;
data a ;&lt;BR /&gt;
    a=213.978; b="Nullité"; c= 567.891 ; d= c; e=c ;&lt;BR /&gt;
    label a='a numX20.4' b='string B' c='c nlNum20.4'  d='d best.' e='e bestX.' ;&lt;BR /&gt;
run;&lt;BR /&gt;
filename andr 'csvtest1.csv.txt' lrecl=10000 ;&lt;BR /&gt;
 option ls=95;* dfLang= French ;&lt;BR /&gt;
ods csv file= andr &lt;BR /&gt;
options( delimiter=";" decimal_separator=',');&lt;BR /&gt;
proc print data=a width= full label split='=' ;&lt;BR /&gt;
  format a numX20.4 c nlNum20.4  d best. e bestX.;&lt;BR /&gt;
run;&lt;BR /&gt;
ods csv close;&lt;BR /&gt;
proc fslist file= andr ;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre] the results on my english platform with DFlang=French is[pre]+FSLIST: C:\Applications\UK.Liquidity2\code\csvtest1.csv.txt-------+&lt;BR /&gt;
|"Obs","a numX20.4","string B","c nlNum20.4","d best.","e bestX."  |&lt;BR /&gt;
|"1","213,9780","Nullité","567.8910","567.891","568"               |&lt;BR /&gt;
|                                                                  |&lt;BR /&gt;
|                                       *** END OF FILE ***        |&lt;BR /&gt;
+------------------------------------------------------------------+[/pre]&lt;BR /&gt;
However, when I run this code after running the CSV tagsets update at &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/csvtags.tpl" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/csvtags.tpl&lt;/A&gt; I get the semicolon delimiters, but &lt;B&gt;lose the first comma&lt;/B&gt; in the data !!!&lt;BR /&gt;
[PRE]+FSLIST: C:\Applications\UK.Liquidity2\code\csvtest1.csv.txt-------+&lt;BR /&gt;
|"Obs";"a numX20.4";"string B";"c nlNum20.4";"d best.";"e bestX."  |&lt;BR /&gt;
|"1";2139780;"Nullité";"567.8910";"567.891";568                    |&lt;BR /&gt;
|                                                                  |&lt;BR /&gt;
|                                    *** END OF FILE ***           |&lt;BR /&gt;
+------------------------------------------------------------------+[/PRE]</description>
      <pubDate>Mon, 14 Jun 2010 13:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34884#M5044</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-06-14T13:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34885#M5045</link>
      <description>Thanks for testing, Peter&lt;BR /&gt;
&lt;BR /&gt;
You test give me this results under french sas version 9.2.2 with native tpl &lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
"Obs";"a numX20.4";"string B";"c nlNum20.4";"d best.";"e bestX."&lt;BR /&gt;
"1";2139780;"Nullité";5678910;"567.891";568&lt;BR /&gt;
&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
nlNum20.4   format  provoke another transformation&lt;BR /&gt;
&lt;BR /&gt;
I find this disturbing as the delimiter option has explicit consequence  into the txt file&lt;BR /&gt;
as requested but the other "deprecated" ? is painfull in its revival&lt;BR /&gt;
&lt;BR /&gt;
So in practise,&lt;BR /&gt;
1) i shall report the technical support answer  here when received&lt;BR /&gt;
and &lt;BR /&gt;
2) of course make the correct adjustement to the dot=decimal regulation&lt;BR /&gt;
in the excel2007 BEFORE opening the csv file&lt;BR /&gt;
as it is more difficult to check which variables need  which kind of numx formats.&lt;BR /&gt;
&lt;BR /&gt;
My last question is why in a nls version has this nlNum the effect of  suppression the &lt;BR /&gt;
comma?&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Mon, 14 Jun 2010 14:09:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34885#M5045</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-06-14T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34886#M5046</link>
      <description>The answer of the developper  is about this parameter&lt;BR /&gt;
&lt;BR /&gt;
"Used for detection of currency formats and for &lt;BR /&gt;
 removing those symbols so excel will like them.&lt;BR /&gt;
 Will be deprecated in a future release when it is&lt;BR /&gt;
 no longer needed."&lt;BR /&gt;
&lt;BR /&gt;
My question was not about a currency value!&lt;BR /&gt;
&lt;BR /&gt;
Anyway, the sas programmer must apply before a format&lt;BR /&gt;
  as Peter C  indicates  it previously.&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Thu, 17 Jun 2010 14:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34886#M5046</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-06-17T14:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34887#M5047</link>
      <description>a little "up" on this problem&lt;BR /&gt;
&lt;BR /&gt;
imposing a format is possible when using PROC PRINT but it's of no use when you're using for instance PROC MEANS&lt;BR /&gt;
&lt;BR /&gt;
So?</description>
      <pubDate>Thu, 30 Dec 2010 14:44:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34887#M5047</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2010-12-30T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34888#M5048</link>
      <description>Hi,&lt;BR /&gt;
You can alter the format used for PROC MEANS results by changing the table template for BASE.SUMMARY template. &lt;BR /&gt;
&lt;BR /&gt;
Or, probably easier, you can create an output dataset from PROC MEANS using the OUTPUT statement or ODS OUTPUT and then use your format of choice on the resulting dataset -- which you can then use with PROC PRINT.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 30 Dec 2010 15:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34888#M5048</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-30T15:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34889#M5049</link>
      <description>hi, &lt;BR /&gt;
&lt;BR /&gt;
thanks for your answer&lt;BR /&gt;
&lt;BR /&gt;
by modifying the BASE.SUMMARY template, you mean modifying the       use_format_defaults; instruction  by something like "use_format_user" that could allow a FORMAT instruction inside the PROC MEANS that could modify the way data are represented ?&lt;BR /&gt;
&lt;BR /&gt;
Or inserting something inside say :&lt;BR /&gt;
&lt;BR /&gt;
      define mean;                                                            &lt;BR /&gt;
         header = "Moyenne";                                                  &lt;BR /&gt;
         generic;                                                             &lt;BR /&gt;
      end;   &lt;BR /&gt;
 &lt;BR /&gt;
but&lt;BR /&gt;
[mode JOKE ON]&lt;BR /&gt;
what about a system option (NLS ?) to set ',' as the decimal separator for your poor French users ?&lt;BR /&gt;
[mode JOKE OFF]</description>
      <pubDate>Thu, 30 Dec 2010 17:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34889#M5049</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2010-12-30T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34890#M5050</link>
      <description>Hi:&lt;BR /&gt;
  You're partly right.  Although the TABLE template syntax does have USE_FORMAT_DEFAULTS, as described in the documentation:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a001023977.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a001023977.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
you can see that there is no "USE_FORMAT_USER" as you suggest. &lt;BR /&gt;
&lt;BR /&gt;
However, the way to modify BASE.SUMMARY would be do add a FORMAT statement (for example) to the DEFINE block for the MEAN statistic (and any other column/statistic you wanted to alter):&lt;BR /&gt;
[pre]&lt;BR /&gt;
define mean; &lt;BR /&gt;
  header = "Moyenne"; &lt;BR /&gt;
  generic; &lt;BR /&gt;
  format=commax12.2;&lt;BR /&gt;
end; &lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
I do not know why there is not a global system option for changing decimal separators. I suspect, but it's only a guess, that the use of SAS-defined formats, picture format masks and user-defined formats was considered a robust way to alter the display of variable values. After all, -if- there was a global option, such as you suggest, then EVERY SAS-defined format and possibly EVERY user-defined format might be impacted, in an adverse way, by the global option. &lt;BR /&gt;
&lt;BR /&gt;
At the very least, implementing an option like this at the global level would impact ALL the numeric values the same way. So in a report that displayed US dollars &lt;U&gt;and&lt;/U&gt; currency that needed a comma for the decimal separator, how would you now get the US dollars to have the period as a separator once your (desired) global option went into effect??&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 30 Dec 2010 23:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34890#M5050</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-30T23:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34891#M5051</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
and thanks again for your answer&lt;BR /&gt;
&lt;BR /&gt;
the global option won't be that usefull since the only problem we (French users) have is when we export our results out of SAS in a CSV format. A real "decimal_separator" option could be usefull here. We have ways to fix that but it's inside Excel by modifying Excel options.   &lt;BR /&gt;
&lt;BR /&gt;
Now, EXCELXP tagset is doing a perfect job so...&lt;BR /&gt;
&lt;BR /&gt;
best regards (and a happy new year)&lt;BR /&gt;
&lt;BR /&gt;
Sébastien&lt;BR /&gt;
&lt;BR /&gt;
PS : the DEFINE TABLE syntax is not having a USE_FORMATS_DEFAULTS instruction but it is in the table attributes</description>
      <pubDate>Fri, 31 Dec 2010 09:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34891#M5051</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2010-12-31T09:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34892#M5052</link>
      <description>update...&lt;BR /&gt;
&lt;BR /&gt;
EXCELXP tagset &lt;U&gt;used to&lt;/U&gt; do a perfect job - not anymore&lt;BR /&gt;
&lt;BR /&gt;
I've just update my EXCELXP tagset (I was using the 1.94 version)&lt;BR /&gt;
&lt;BR /&gt;
with the 1.94 version, in the output sent to Excel, the comma was the decimal separator in my (French) Excel.&lt;BR /&gt;
Not anymore with 1.116 version. &lt;BR /&gt;
&lt;BR /&gt;
(and the DECIMAL_SEPARATOR option is not functioning in this case too)&lt;BR /&gt;
&lt;BR /&gt;
If it was possible with the 1.94, it certainly could be possible with the 1.11&lt;U&gt;7&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
no?&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Sébastien</description>
      <pubDate>Fri, 31 Dec 2010 13:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34892#M5052</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2010-12-31T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34893#M5053</link>
      <description>Hi:&lt;BR /&gt;
I'll have to let someone else comment on the ExcelXP issue that you found (or you may want to open a track with Tech Support on this).&lt;BR /&gt;
 &lt;BR /&gt;
At for the USE_FORMATS_DEFAULT being a table attribute...yes, it is a TABLE attribute, which is specified &lt;U&gt;inside&lt;/U&gt; the DEFINE TABLE/END; block (shown here with UNDERLINE, OVERLINE and DOUBLE_SPACE table attributes):&lt;BR /&gt;
     &lt;BR /&gt;
[pre]&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define table mycustomtable;&lt;BR /&gt;
      column one two three four;&lt;BR /&gt;
                                        &lt;BR /&gt;
      use_formats_default=on;    &amp;lt;-- these are all table attributes,&lt;BR /&gt;
      double_space=on;               specified in the TABLE template DEFINE block.&lt;BR /&gt;
      overline=on;&lt;BR /&gt;
      underline=on;&lt;BR /&gt;
                                     &lt;BR /&gt;
      define column one;&lt;BR /&gt;
          generic;&lt;BR /&gt;
          header = 'One';&lt;BR /&gt;
          .... more code ;&lt;BR /&gt;
      end;&lt;BR /&gt;
      ....... more code;&lt;BR /&gt;
   end;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                          &lt;BR /&gt;
So when I said that "TABLE template syntax does have USE_FORMAT_DEFAULTS", I did not mean to imply that the attribute actually went on the DEFINE TABLE statement. The table attributes that you can specify for a particular table template are listed in the DEFINE TABLE section of the PROC TEMPLATE syntax documentation.&lt;BR /&gt;
&lt;BR /&gt;
Since, the table attribute is specified &lt;U&gt;within&lt;/U&gt; the DEFINE TABLE/END block of code, I think that a more precise statement would have been: "In general, TABLE template syntax does allow the USE_FORMAT_DEFAULTS table attribute to be specified within the DEFINE TABLE/END block (as shown in the documentation); however  there is no "USE_FORMAT_USER" table attribute as you suggest. &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 31 Dec 2010 17:56:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34893#M5053</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-31T17:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: decimal separator in ods csv in 9.2.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34894#M5054</link>
      <description>thanks again for your precise reply&lt;BR /&gt;
&lt;BR /&gt;
let see now what tech support will tell me about the ExcelXP issue...&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Sébastien</description>
      <pubDate>Sat, 01 Jan 2011 16:36:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/decimal-separator-in-ods-csv-in-9-2-2/m-p/34894#M5054</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2011-01-01T16:36:04Z</dc:date>
    </item>
  </channel>
</rss>

