<?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: SAS Enterprise Guide &amp;amp; SAS Visual Analytics Interactions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-amp-SAS-Visual-Analytics-Interactions/m-p/243248#M45218</link>
    <description>&lt;P&gt;Do you have your "dummy" values in a dataset? If so, are they a one-to-one match for the base data (the first dummy value goes with the first record in base data)?&lt;/P&gt;
&lt;P&gt;If so:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data want;
   merge abgu dummydata;
run&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the dummy values in a data set then make one.&lt;/P&gt;
&lt;P&gt;If the relationship is NOT one-to-one you will need to provide explicit rules on how to assign the first "dummy" value to the correct record(s) in the base dataset.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2016 16:31:38 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-01-13T16:31:38Z</dc:date>
    <item>
      <title>SAS Enterprise Guide &amp; SAS Visual Analytics Interactions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-amp-SAS-Visual-Analytics-Interactions/m-p/243124#M45211</link>
      <description>&lt;P&gt;data abhi;&lt;BR /&gt;input a b c d ;&lt;BR /&gt;datalines;&lt;BR /&gt;1 2 6 .&lt;BR /&gt;2 3 8 .&lt;BR /&gt;3 5 9 .&lt;BR /&gt;4 6 2 .&lt;BR /&gt;5 8 1 .&lt;BR /&gt;;&lt;BR /&gt;proc print data = abhi;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;re&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;results:&lt;/P&gt;&lt;P&gt;a b c d&lt;BR /&gt;1 2 6 .&lt;BR /&gt;2 3 8 .&lt;BR /&gt;3 5 9 .&lt;BR /&gt;4 6 2 .&lt;/P&gt;&lt;P&gt;Here we have d which is not having a blank value. Now I want to add some dummy values into the 'd' sas field after this step.&lt;BR /&gt;and results should look like given below. Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dummy values are:&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;/P&gt;&lt;P&gt;results should looks like.&lt;/P&gt;&lt;P&gt;a b c d&lt;BR /&gt;1 2 6 5&lt;BR /&gt;2 3 8 6&lt;BR /&gt;3 5 9 7&lt;BR /&gt;4 6 2 8&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 06:38:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-amp-SAS-Visual-Analytics-Interactions/m-p/243124#M45211</guid>
      <dc:creator>Tyagii</dc:creator>
      <dc:date>2016-01-13T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide &amp; SAS Visual Analytics Interactions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-amp-SAS-Visual-Analytics-Interactions/m-p/243248#M45218</link>
      <description>&lt;P&gt;Do you have your "dummy" values in a dataset? If so, are they a one-to-one match for the base data (the first dummy value goes with the first record in base data)?&lt;/P&gt;
&lt;P&gt;If so:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data want;
   merge abgu dummydata;
run&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the dummy values in a data set then make one.&lt;/P&gt;
&lt;P&gt;If the relationship is NOT one-to-one you will need to provide explicit rules on how to assign the first "dummy" value to the correct record(s) in the base dataset.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 16:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-amp-SAS-Visual-Analytics-Interactions/m-p/243248#M45218</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-13T16:31:38Z</dc:date>
    </item>
  </channel>
</rss>

