<?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: Redundant data macro by using raw excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713947#M220327</link>
    <description>&lt;P&gt;Seem that there are sverel questions here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you use Excel raw data: if you&amp;nbsp; mean a regular spreadsheet - yes. But depends on what license you have etc.&lt;/P&gt;
&lt;P&gt;How do you mean a macro would work in your scenario?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can show what input data you have (Excel raw and potentially other) and the desired output (in table format and potentially report if that is your goal).&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 15:53:05 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2021-01-25T15:53:05Z</dc:date>
    <item>
      <title>Redundant data macro by using raw excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713937#M220326</link>
      <description>&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="20%" height="29px"&gt;ygcd(RAW)&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;ygtx(RAW)&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;val(Target)&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;pcd(target)&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;yg(raw)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="29px"&gt;DEL70&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;NEW&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;11(num datatype)&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;DEL70N&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="29px"&gt;DEL70&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;OLD&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;22&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;DEL70T&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="29px"&gt;DEL70&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;PROPER&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;33&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;DEL70D&lt;/TD&gt;
&lt;TD width="20%" height="29px"&gt;33&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi I am using EG 7.2 also MS office competible.&lt;/P&gt;
&lt;P&gt;Without excel raw also I am ok .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we make macro by using excel raw data???? ( ygcd,ygtx,val, pcd )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When new is present then at the end of pcd = _____N;&lt;/P&gt;
&lt;P&gt;when old is present&amp;nbsp;then at the end of pcd=_____T;&lt;/P&gt;
&lt;P&gt;When Proper is present then at the end of pcd = ____D;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data T2;&lt;BR /&gt;set T1;&lt;BR /&gt;if ygcd="&lt;STRONG&gt;DEL70&lt;/STRONG&gt;" and ygtx="NEW" then do ;&lt;BR /&gt;val = input (yg, best.);&lt;BR /&gt;pcd = "&lt;STRONG&gt;DEL70&lt;FONT color="#00FFFF"&gt;N&lt;/FONT&gt;&lt;/STRONG&gt;";&lt;BR /&gt;end;&lt;BR /&gt;if ygcd="&lt;STRONG&gt;DEL70&lt;/STRONG&gt;" and ygtx="OLD" then do ;&lt;BR /&gt;val = input (yg, best.);&lt;BR /&gt;pcd = "&lt;STRONG&gt;DEL70&lt;FONT color="#00FFFF"&gt;T&lt;/FONT&gt;&lt;/STRONG&gt;";&lt;BR /&gt;end;&lt;BR /&gt;if ygcd="&lt;STRONG&gt;DEL70&lt;/STRONG&gt;" and ygtx="PROPER" then do ;&lt;BR /&gt;val = input (yg, best.);&lt;BR /&gt;pcd = "&lt;STRONG&gt;DEL70&lt;/STRONG&gt;&lt;FONT color="#00FFFF"&gt;&lt;STRONG&gt;D&lt;/STRONG&gt;&lt;/FONT&gt;";&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Priyanka&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713937#M220326</guid>
      <dc:creator>pdhokriya</dc:creator>
      <dc:date>2021-01-25T16:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant data macro by using raw excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713947#M220327</link>
      <description>&lt;P&gt;Seem that there are sverel questions here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you use Excel raw data: if you&amp;nbsp; mean a regular spreadsheet - yes. But depends on what license you have etc.&lt;/P&gt;
&lt;P&gt;How do you mean a macro would work in your scenario?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can show what input data you have (Excel raw and potentially other) and the desired output (in table format and potentially report if that is your goal).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 15:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713947#M220327</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-01-25T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant data macro by using raw excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713952#M220330</link>
      <description>ygcd(RAW)	ygtx(RAW)	val(Target)	pcd(target)	yg(raw)&lt;BR /&gt;DEL70	NEW	11(num datatype)	DEL70N	11&lt;BR /&gt;DEL70	OLD	22	DEL70T	22&lt;BR /&gt;DEL70	PROPER	33	DEL70D	33&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi I am using EG 7.2 also MS office competible.&lt;BR /&gt;&lt;BR /&gt;Without excel raw also I am ok .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713952#M220330</guid>
      <dc:creator>pdhokriya</dc:creator>
      <dc:date>2021-01-25T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant data macro by using raw excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713990#M220355</link>
      <description>What do you mean by a macro? A SAS or Excel macro? What would that macro do and why do you think you need a macro? Please clarify in detail by showing what you have in Excel, what you have in SAS and what you want as an output. &lt;BR /&gt;&lt;BR /&gt;I'm assuming by your references to Excel that you're using the SAS Add In for Microsoft Excel? Is that correct?&lt;BR /&gt;&lt;BR /&gt;I'm assuming when you say you're familiar with "Excel Raw" that you're comfortable working in Excel, but not in SAS or with the Add on. Is that correct?&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jan 2021 17:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713990#M220355</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-01-25T17:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Redundant data macro by using raw excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713998#M220360</link>
      <description>I am only talking about SAS macro</description>
      <pubDate>Mon, 25 Jan 2021 17:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Redundant-data-macro-by-using-raw-excel/m-p/713998#M220360</guid>
      <dc:creator>pdhokriya</dc:creator>
      <dc:date>2021-01-25T17:28:27Z</dc:date>
    </item>
  </channel>
</rss>

