<?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 SAS  and Reverse engineering in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-Reverse-engineering/m-p/201407#M305921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sas programme with a data or sql&lt;/P&gt;&lt;P&gt;for a one variable in my data or sql, i want to get :&lt;/P&gt;&lt;P&gt;1- listing for the transformation of my variable&lt;/P&gt;&lt;P&gt;2- excetuting the data step or sql that contains my variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to check for one variable name: delta, I want to have some thing likes this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step&amp;nbsp; 1 : listing the transfomation&lt;/P&gt;&lt;P&gt;delta=2*v,&lt;/P&gt;&lt;P&gt;format delat&amp;nbsp; 4.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;select delta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where deleta=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: listing the data&amp;nbsp; or proc sql or that contains delta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data toto;&lt;/P&gt;&lt;P&gt;delta=2*v,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select delta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3: Executing the data or proc that contains the variable delta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 19:38:10 GMT</pubDate>
    <dc:creator>LineMoon</dc:creator>
    <dc:date>2015-06-09T19:38:10Z</dc:date>
    <item>
      <title>SAS  and Reverse engineering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-Reverse-engineering/m-p/201407#M305921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sas programme with a data or sql&lt;/P&gt;&lt;P&gt;for a one variable in my data or sql, i want to get :&lt;/P&gt;&lt;P&gt;1- listing for the transformation of my variable&lt;/P&gt;&lt;P&gt;2- excetuting the data step or sql that contains my variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to check for one variable name: delta, I want to have some thing likes this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step&amp;nbsp; 1 : listing the transfomation&lt;/P&gt;&lt;P&gt;delta=2*v,&lt;/P&gt;&lt;P&gt;format delat&amp;nbsp; 4.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;select delta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where deleta=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: listing the data&amp;nbsp; or proc sql or that contains delta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data toto;&lt;/P&gt;&lt;P&gt;delta=2*v,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select delta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3: Executing the data or proc that contains the variable delta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 19:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-Reverse-engineering/m-p/201407#M305921</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-06-09T19:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS  and Reverse engineering</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-and-Reverse-engineering/m-p/201408#M305922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be careful. There are many ways in SAS to get or change the value of a variable without mentioning its name. There are also many ways to access a variable through an alias. Also, some automatic variables get their values changed as side effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's only for plain SAS language. Add macro processing over that and the prospect of reverse engineering SAS code becomes elusive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 20:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-and-Reverse-engineering/m-p/201408#M305922</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-06-09T20:32:11Z</dc:date>
    </item>
  </channel>
</rss>

