<?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>Oleg_L Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Oleg_L Tracker</description>
    <pubDate>Wed, 13 May 2026 05:25:28 GMT</pubDate>
    <dc:date>2026-05-13T05:25:28Z</dc:date>
    <item>
      <title>transposing data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/transposing-data/m-p/571334#M161167</link>
      <description>&lt;P&gt;Dear All!&lt;/P&gt;
&lt;P&gt;I need&amp;nbsp; help. I do not know how to&amp;nbsp;find the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have table1 and table2 and I need to transpose&amp;nbsp;table1 and table2&amp;nbsp;to table3 &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data table1;&lt;/P&gt;
&lt;P&gt;infile cards;&lt;/P&gt;
&lt;P&gt;informat account $3. date ddmmyy10. sum 8.;&lt;/P&gt;
&lt;P&gt;input account--sum;&lt;/P&gt;
&lt;P&gt;cards;&lt;/P&gt;
&lt;P&gt;A01 30/05/2019 100&lt;/P&gt;
&lt;P&gt;A01 20/06/2019 110&lt;/P&gt;
&lt;P&gt;A01 27/06/2019 120&lt;/P&gt;
&lt;P&gt;A02 30/05/2019 10&lt;/P&gt;
&lt;P&gt;A02 20/06/2019 20&lt;/P&gt;
&lt;P&gt;A02 27/06/2019 30&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data table2;&lt;/P&gt;
&lt;P&gt;infile cards;&lt;/P&gt;
&lt;P&gt;informat account $3. date ddmmyy10. segment $2. koef 8.;&lt;/P&gt;
&lt;P&gt;input account--koef;&lt;/P&gt;
&lt;P&gt;cards;&lt;/P&gt;
&lt;P&gt;A01 30/05/2019 RB 0.26&lt;/P&gt;
&lt;P&gt;A01 30/05/2019 KB 0.74&lt;/P&gt;
&lt;P&gt;A02 30/05/2019 RB 0.34&lt;/P&gt;
&lt;P&gt;A02 30/05/2019 KB 0.66&lt;/P&gt;
&lt;P&gt;A01 20/06/2019 RB 0.26&lt;/P&gt;
&lt;P&gt;A01 20/06/2019 KB 0.74&lt;/P&gt;
&lt;P&gt;A02 20/06/2019 RB 0.34&lt;/P&gt;
&lt;P&gt;A02 20/06/2019 KB 0.66&lt;/P&gt;
&lt;P&gt;A01 27/06/2019 RB 0.26&lt;/P&gt;
&lt;P&gt;A01 27/06/2019 KB 0.74&lt;/P&gt;
&lt;P&gt;A02 27/06/2019 RB 0.34&lt;/P&gt;
&lt;P&gt;A02 27/06/2019 KB 0.66&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I need:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data table3;&lt;/P&gt;
&lt;P&gt;infile cards;&lt;/P&gt;
&lt;P&gt;informat account $3. sum1-sum3 8. koef1-koef3 8. segment1-segment3 $2.;&lt;/P&gt;
&lt;P&gt;input account--segment3;&lt;/P&gt;
&lt;P&gt;cards;&lt;/P&gt;
&lt;P&gt;A01 100 110 120 0.26 0.26 0.26 RB RB RB&lt;/P&gt;
&lt;P&gt;A01 100&amp;nbsp;110&amp;nbsp;120 0.74&amp;nbsp;0.74 0.74 KB KB KB&lt;/P&gt;
&lt;P&gt;A02 10 20 30 0.34 0.34 0.34 RB RB RB&lt;/P&gt;
&lt;P&gt;A02 10 20 30 0.66 0.66 0.66 KB KB KB&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;BR Oleg&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 08:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/transposing-data/m-p/571334#M161167</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2019-07-05T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to export large number of variables to csv without wrapping the lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/379076#M91202</link>
      <description>I changed file extension to txt and opened the result with Excel through text import wizard. Excel opened the file fine this way, while there was a problem to open via text to columns.</description>
      <pubDate>Tue, 25 Jul 2017 15:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/379076#M91202</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2017-07-25T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to export large number of variables to csv without wrapping the lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378988#M91161</link>
      <description>That's right. &lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Oleg</description>
      <pubDate>Tue, 25 Jul 2017 13:28:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378988#M91161</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2017-07-25T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to export large number of variables to csv without wrapping the lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378987#M91160</link>
      <description>&lt;P&gt;Thanks a lot. You are right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oleg&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 13:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378987#M91160</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2017-07-25T13:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to export large number of variables to csv without wrapping the lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378961#M91145</link>
      <description>&lt;P&gt;recfm=n does not solves the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378961#M91145</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2017-07-25T12:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to export large number of variables to csv without wrapping the lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378954#M91141</link>
      <description>&lt;P&gt;When I view the output csv in a file manager or try open it in excel the recordes are wrapped when them exceed 32767 characters.&lt;/P&gt;
&lt;P&gt;That is the problem.&lt;/P&gt;
&lt;P&gt;I do not know how to avoid it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378954#M91141</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2017-07-25T12:48:34Z</dc:date>
    </item>
    <item>
      <title>How to export large number of variables to csv without wrapping the lines</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378939#M91133</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I need to export SAS&amp;nbsp;dataset that exceeds linesize 32767&amp;nbsp;to csv.&lt;/P&gt;
&lt;P&gt;How can I do it?&lt;/P&gt;
&lt;P&gt;I use SAS 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Oleg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;array&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; MY_VARIABLE_NAME_[&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;] $&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;retain&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; MY_VARIABLE_NAME_ &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;output&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;output&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;transpose&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=test (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;obs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=names;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _all_;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; names ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"c:\work\out1.csv"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dsd&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dlm&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'09'x&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;500000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _name_ @;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"c:\work\out1.csv"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dsd&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dlm&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'09'x&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;500000&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MOD&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; (&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_all_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) (:) ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-large-number-of-variables-to-csv-without-wrapping/m-p/378939#M91133</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2017-07-25T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need to save excel with password</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-to-save-excel-with-password/m-p/127840#M26098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recommend you google search for "macrofun.hlp".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 14:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-to-save-excel-with-password/m-p/127840#M26098</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-12-04T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use the IRR function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-know-how-to-use-the-IRR-function/m-p/139418#M261430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make some experiments calculating IRR in Excel and SAS.&lt;/P&gt;&lt;P&gt;The calculation in Excel and SAS equals if make a daily cash flow both in Excel and SAS. I mean you have 6/30/2013 7/1/2013 7/2/2013 ... and so on 365 points per year most of them are missing or equals zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use IRR=IRR(365, of col:);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 10:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-know-how-to-use-the-IRR-function/m-p/139418#M261430</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-11-12T10:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone know how to use the IRR function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Anyone-know-how-to-use-the-IRR-function/m-p/139417#M261429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Try the code below.&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt; infile cards;&lt;/P&gt;&lt;P&gt; informat Date mmddyy10. Axiom dollar10.;&lt;/P&gt;&lt;P&gt; input date axiom;&lt;/P&gt;&lt;P&gt; format date ddmmyy10.;&lt;/P&gt;&lt;P&gt; cards;&lt;/P&gt;&lt;P&gt; 6/30/2013 ($17,601,671)&lt;/P&gt;&lt;P&gt; 9/30/2013 $575,049&lt;/P&gt;&lt;P&gt; 12/31/2013 $575,049&lt;/P&gt;&lt;P&gt; 3/31/2014 $562,548&lt;/P&gt;&lt;P&gt; 6/30/2014 $568,799&lt;/P&gt;&lt;P&gt; 9/30/2014 $819,636&lt;/P&gt;&lt;P&gt; 12/31/2014 $812,448&lt;/P&gt;&lt;P&gt; 3/31/2015 $793,071&lt;/P&gt;&lt;P&gt; 6/30/2015 $792,055&lt;/P&gt;&lt;P&gt; 9/30/2015 $790,883&lt;/P&gt;&lt;P&gt; 12/31/2015 $783,695&lt;/P&gt;&lt;P&gt; 3/31/2016 $770,725&lt;/P&gt;&lt;P&gt; 6/30/2016 $763,615&lt;/P&gt;&lt;P&gt; 8/15/2016 $17,868,981 &lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; proc transpose data=have out=have1; var axiom; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;data want; set have1;&lt;/P&gt;&lt;P&gt; irr=irr(4,of col:);&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 10:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Anyone-know-how-to-use-the-IRR-function/m-p/139417#M261429</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-11-12T10:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: table editing with (probably) SQL, CALL EXECUTE, List of Values in a macro variable (SYMPUT SYMGET)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99327#M20926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Your task is not clear to me. May be my English is not good enough.&lt;/P&gt;&lt;P&gt;I hope someone else can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99327#M20926</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-10-11T12:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: DDE session not ready when using the Excel select function</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/DDE-session-not-ready-when-using-the-Excel-select-function/m-p/99440#M1192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that you have to reassigne filename before using select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;filename DDEcmds dde "excel|system";&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;filename DDEcmds dde "excel|sheet_name_!r3c1:r29C256" notab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice, that you should type real sheet name in the filename statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/DDE-session-not-ready-when-using-the-Excel-select-function/m-p/99440#M1192</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-10-01T13:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: table editing with (probably) SQL, CALL EXECUTE, List of Values in a macro variable (SYMPUT SYMGET)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99324#M20923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to increase the length of variables dd and kp if you have many variables.&lt;/P&gt;&lt;P&gt;See line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_; length dd $300. kp $300.;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 10:39:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99324#M20923</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-10-01T10:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: table editing with (probably) SQL, CALL EXECUTE, List of Values in a macro variable (SYMPUT SYMGET)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99323#M20922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="js-readmsg-link-box" id="style_13806230290000000263_BODY"&gt;If you have three variables in each group. Hope this helps.&lt;/P&gt;&lt;P class="js-readmsg-link-box"&gt;&lt;/P&gt;&lt;P class="js-readmsg-link-box"&gt;proc transpose data=have (obs=0) out=w1;&lt;/P&gt;&lt;P&gt;var _all_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data w2; set w1; length name1 $10.;&lt;/P&gt;&lt;P&gt;if substr(_name_,length(_name_),1) in ('1' '2' '3') then do;&lt;/P&gt;&lt;P&gt;name1=substr(_name_,1,length(_name_)-1);&lt;/P&gt;&lt;P&gt;id=input(substr(_name_,length(_name_),1),8.);&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;else name1=_name_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename c temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_; length dd $300. kp $300.; retain dd kp;&lt;/P&gt;&lt;P&gt;file c;&lt;/P&gt;&lt;P&gt;set w2 end=eof;; by name1 notsorted ;&lt;/P&gt;&lt;P&gt;if _n_=1 then put 'data want; set have;';&lt;/P&gt;&lt;P&gt;if first.name1 then kp=catx(' ',kp,name1);&lt;/P&gt;&lt;P&gt;if first.name1 and not missing(id) then do;&lt;/P&gt;&lt;P&gt;put 'array _' name1 name1 +(-1)':;';&lt;/P&gt;&lt;P&gt;dd=catt(dd,';',name1,'=_',name1,'(i)');&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;if eof then do;&lt;/P&gt;&lt;P&gt;put 'do i=1 to 3;';&lt;/P&gt;&lt;P&gt;put dd; put ';output;end;';&lt;/P&gt;&lt;P&gt;put 'keep' +(1) kp ';run;';&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%include c /source2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 10:27:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99323#M20922</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-10-01T10:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: table editing with (probably) SQL, CALL EXECUTE, List of Values in a macro variable (SYMPUT SYMGET)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99321#M20920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="js-readmsg-link-box" id="style_13806174080000000776_BODY"&gt;data have;&lt;/P&gt;&lt;P&gt;infile cards dlm=',' dsd truncover;&lt;/P&gt;&lt;P&gt;informat Name $10. Firstname $10. Number 8. Hobby1 $10. Hobby2 $10. Hobby3 $10. Adress1 $10. Adress2 $10. Adress3 $10. Tel1 $10. Tel2 $10. Tel3 $10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mobil1 $10. Mobil2 $10. Mobil3 $10. X1 $10. X2 $10. X3 $10.;&lt;/P&gt;&lt;P&gt;input Name Firstname Number Hobby1 Hobby2 Hobby3 Adress1 Adress2 Adress3 Tel1 Tel2 Tel3 Mobil1 Mobil2 Mobil3 X1 X2 X3;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;Lee,Mike,1,reading,,,P30,,,1234,,,012345,,,open,,,&lt;/P&gt;&lt;P&gt;Frank,Sue,2,biking,swimming,,B23,P12,,2345,3456,,023456,n.a,,closed,n.a.,,,&lt;/P&gt;&lt;P&gt;Wood,Edward,3,sleeping,reading,travelling,B12,P30,B29,4567,6789,8901,034567,045678,n.a.,closed,n.a.,open, &lt;/P&gt;&lt;P&gt;Mueller,Anna,3,theater,cinema,biking,P35,P25,B24,8765,4562,6351,017263,0354542,036352,open,open,closed,&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;array _hobby hobby:; array _adress adress:; array _tel tel:; array _mobil mobil:; array _x x:;&lt;/P&gt;&lt;P&gt;do i=1 to 3; hobby=_hobby(i); adress=_adress(i); tel=_tel(i); mobil=_mobil(i); x=_x(i); output;end;&lt;/P&gt;&lt;P&gt;keep name firstname number hobby adress tel mobil x;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 08:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/table-editing-with-probably-SQL-CALL-EXECUTE-List-of-Values-in-a/m-p/99321#M20920</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-10-01T08:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: need a macro to read excel tables with similar names in a certain file into sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/need-a-macro-to-read-excel-tables-with-similar-names-in-a/m-p/94152#M19842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/50737#50737"&gt;https://communities.sas.com/message/50737#50737&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 10:54:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/need-a-macro-to-read-excel-tables-with-similar-names-in-a/m-p/94152#M19842</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-09-26T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reading Eror</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84925#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I take this solution from the post of DN&amp;nbsp; (Data _null_). See the link above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84925#M611</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-09-18T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reading Eror</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84923#M609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="js-readmsg-link-box" id="style_13794269570000000758_BODY"&gt;call scan(_infile_,-2,end,_n_,','); -&amp;gt; variable end is the beggining of the second (-2) word from the end of line delemited by comma.&lt;/P&gt;&lt;P class="js-readmsg-link-box"&gt;&lt;/P&gt;&lt;P&gt;length = end-1-1; -&amp;gt; the length of the string that we are reading into variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84923#M609</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-09-18T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reading Eror</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84921#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="js-readmsg-link-box" id="style_13794269570000000758_BODY"&gt;data a;&lt;/P&gt;&lt;P&gt;length dlm $1;&lt;/P&gt;&lt;P&gt;dlm = ',';&lt;/P&gt;&lt;P&gt;infile cards dsd dlm=dlm;&lt;/P&gt;&lt;P&gt;informat name $30. sal 8. comm 8.;&lt;/P&gt;&lt;P&gt;input @;&lt;/P&gt;&lt;P&gt;call scan(_infile_,-2,end,_n_,',');&lt;/P&gt;&lt;P&gt;length = end-1-1;&lt;/P&gt;&lt;P&gt;input name $varying30. length +1 sal comm;&lt;/P&gt;&lt;P&gt;keep name sal comm;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;venkat srini,1000 ,300&lt;/P&gt;&lt;P&gt;srinivas,kiran,raju,3000,150&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 14:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84921#M607</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-09-17T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reading Eror</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84920#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/thread/13128?start=0&amp;amp;tstart=0"&gt;https://communities.sas.com/thread/13128?start=0&amp;amp;tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 13:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Data-Reading-Eror/m-p/84920#M606</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2013-09-17T13:25:24Z</dc:date>
    </item>
  </channel>
</rss>

