<?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: Write a SAS code to exchange X value to Y and viceversa in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564763#M7836</link>
    <description>&lt;P&gt;Same as any other temp variable. I used that bcoz i was lazy to write a drop statement for other regular temp variable&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2019 16:23:32 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2019-06-09T16:23:32Z</dc:date>
    <item>
      <title>Write a SAS code to exchange X value to Y and viceversa</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564759#M7832</link>
      <description>Data Dk;&lt;BR /&gt;X=5;&lt;BR /&gt;Y=7;&lt;BR /&gt;Run;</description>
      <pubDate>Sun, 09 Jun 2019 15:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564759#M7832</guid>
      <dc:creator>Mounika2</dc:creator>
      <dc:date>2019-06-09T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Write a SAS code to exchange X value to Y and viceversa</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564761#M7834</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data Dk;
X=5;
Y=7;
_iorc_=y;
y=x;
x=_iorc_;

Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 Jun 2019 16:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564761#M7834</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-06-09T16:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Write a SAS code to exchange X value to Y and viceversa</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564762#M7835</link>
      <description>How does _iorc_ work here?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 09 Jun 2019 16:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564762#M7835</guid>
      <dc:creator>Mounika2</dc:creator>
      <dc:date>2019-06-09T16:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write a SAS code to exchange X value to Y and viceversa</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564763#M7836</link>
      <description>&lt;P&gt;Same as any other temp variable. I used that bcoz i was lazy to write a drop statement for other regular temp variable&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 16:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564763#M7836</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-06-09T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Write a SAS code to exchange X value to Y and viceversa</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564764#M7837</link>
      <description>Okay thank you &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;</description>
      <pubDate>Sun, 09 Jun 2019 16:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564764#M7837</guid>
      <dc:creator>Mounika2</dc:creator>
      <dc:date>2019-06-09T16:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Write a SAS code to exchange X value to Y and viceversa</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564765#M7838</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Create-a-new-function-SWAP/idi-p/327598" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SASware-Ballot-Ideas/Create-a-new-function-SWAP/idi-p/327598&lt;/A&gt;&amp;nbsp;for solutions not using a third variable.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 17:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Write-a-SAS-code-to-exchange-X-value-to-Y-and-viceversa/m-p/564765#M7838</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-06-09T17:32:06Z</dc:date>
    </item>
  </channel>
</rss>

