<?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: How to Export two datasets data to specific range/cells in Excel in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521067#M4144</link>
    <description>I tried RANGE &amp;amp; SHEET but it throws error</description>
    <pubDate>Thu, 13 Dec 2018 06:19:33 GMT</pubDate>
    <dc:creator>anjicam</dc:creator>
    <dc:date>2018-12-13T06:19:33Z</dc:date>
    <item>
      <title>How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520905#M4117</link>
      <description>&lt;P&gt;I have two datasets say DS_A&amp;nbsp; and DS_B .&lt;/P&gt;&lt;P&gt;Both datasets contains&amp;nbsp;&lt;SPAN&gt;3 variables &amp;amp; 10 observations each.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I wish to export these datasets data to only one Excel file ( File_name : Sample.XLS, SheetName: Sheet1 )&lt;/P&gt;&lt;P&gt;I need&amp;nbsp;to Export DS_A data to Sheet1 from A1:C10&amp;nbsp; cells and DS_B data to Same Sheet1 from A15:C25 cells .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the Challenge here is i shouldnt use DDE concept.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520905#M4117</guid>
      <dc:creator>anjicam</dc:creator>
      <dc:date>2018-12-12T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520908#M4118</link>
      <description>Have you tried the RANGE or SHEET statements on PROC EXPORT?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2018 17:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520908#M4118</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-12T17:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520927#M4123</link>
      <description>&lt;P&gt;Are you on a Windows' operating system and, if so, is the use of VB script acceptable? If the answer to both questions is yes, there's a macro for that:&amp;nbsp;&lt;A href="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export" target="_blank"&gt;http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 18:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520927#M4123</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-12-12T18:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520939#M4124</link>
      <description>I tried sheet n range option&lt;BR /&gt;But i see error in log at the word sheet n range</description>
      <pubDate>Wed, 12 Dec 2018 18:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520939#M4124</guid>
      <dc:creator>anjicam</dc:creator>
      <dc:date>2018-12-12T18:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520940#M4125</link>
      <description>Existing code is using DDE concept(which run on sas 9.4) to write data to particular range of cells in existing workbook&lt;BR /&gt;&lt;BR /&gt;Now i need to automate this to run in sas EG 7.1&lt;BR /&gt;Instead of DDE , i need to use other exporting strategy</description>
      <pubDate>Wed, 12 Dec 2018 18:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/520940#M4125</guid>
      <dc:creator>anjicam</dc:creator>
      <dc:date>2018-12-12T18:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521067#M4144</link>
      <description>I tried RANGE &amp;amp; SHEET but it throws error</description>
      <pubDate>Thu, 13 Dec 2018 06:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521067#M4144</guid>
      <dc:creator>anjicam</dc:creator>
      <dc:date>2018-12-13T06:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521177#M4154</link>
      <description>&lt;P&gt;Show your code please.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234802"&gt;@anjicam&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I tried RANGE &amp;amp; SHEET but it throws error&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 16:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521177#M4154</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-13T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521388#M4195</link>
      <description>&lt;P&gt;/*Sample Datasets*/&lt;BR /&gt;DATA INVENTORY;&lt;BR /&gt;INPUT PARTNUMBER $ DESCRIPTION $ INSTOCK &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153152"&gt;@17&lt;/a&gt; PRICE;&lt;BR /&gt;DATALINES;&lt;BR /&gt;K89R SEAL 34 245.00&lt;BR /&gt;M4J7 SANDER 98 45.88&lt;BR /&gt;LK43 FILTER 121 10.99&lt;BR /&gt;MN21 BRACE 43 27.87&lt;BR /&gt;BC85 CLAMP 80 9.55&lt;BR /&gt;NCF3 VALVE 198 24.50&lt;BR /&gt;KJ66 CUTTER 6 19.77&lt;BR /&gt;UYN7 ROD 211 11.55&lt;BR /&gt;JD03 SWITCH 383 13.99&lt;BR /&gt;BV1E TIMER 26 34.50&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;DATA TOTAL;&lt;BR /&gt;INPUT CATEGORY:$ 15. TOTAL;&lt;BR /&gt;DATALINES;&lt;BR /&gt;STOCK_IN_TOTAL 1200&lt;BR /&gt;PRICE_IN_TOTAL 443.60&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Proc Export Data= Work.Inventory&lt;BR /&gt;Outfile= "C:\Users\U518651\Desktop\test\Inventory_Test.xls"&lt;BR /&gt;dbms=xls&lt;BR /&gt;replace;&lt;BR /&gt;sheet=TEST;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Proc Export Data= Work.Total&lt;BR /&gt;Outfile= "C:\Users\U518651\Desktop\test\Inventory_Test.xls"&lt;BR /&gt;dbms=xls&lt;BR /&gt;replace;&lt;BR /&gt;/*sheet=TEST;*/&lt;BR /&gt;Range='Test$A15:B16';&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 07:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521388#M4195</guid>
      <dc:creator>anjicam</dc:creator>
      <dc:date>2018-12-14T07:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521539#M4210</link>
      <description>Try XLSX not XLS, I'm not sure XLS supports that type of export. XLS is a fairly old file format (10 years now).</description>
      <pubDate>Fri, 14 Dec 2018 16:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521539#M4210</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-14T16:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521704#M4265</link>
      <description>&lt;P&gt;&lt;FONT color="#008000"&gt;/*Sample Dataset*/&lt;/FONT&gt;&lt;BR /&gt;DATA INVENTORY;&lt;BR /&gt;INPUT PARTNUMBER $ DESCRIPTION $ INSTOCK &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/153152"&gt;@17&lt;/a&gt; PRICE;&lt;BR /&gt;DATALINES;&lt;BR /&gt;K89R SEAL 34 245.00&lt;BR /&gt;M4J7 SANDER 98 45.88&lt;BR /&gt;LK43 FILTER 121 10.99&lt;BR /&gt;MN21 BRACE 43 27.87&lt;BR /&gt;BC85 CLAMP 80 9.55&lt;BR /&gt;NCF3 VALVE 198 24.50&lt;BR /&gt;KJ66 CUTTER 6 19.77&lt;BR /&gt;UYN7 ROD 211 11.55&lt;BR /&gt;JD03 SWITCH 383 13.99&lt;BR /&gt;BV1E TIMER 26 34.50&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;FONT color="#008000"&gt;/*Tried xlsx and sheet and range&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;still it gives error at Range*/&lt;/FONT&gt;&lt;BR /&gt;Proc Export Data= Work.Inventory&lt;BR /&gt;Outfile= "D:\SAS\Others\Inventory.xlsx"&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;replace;&lt;BR /&gt;sheet=TEST;&lt;BR /&gt;Range='Test$A15:B16';&lt;BR /&gt;quit;&lt;BR /&gt;&lt;FONT color="#008000"&gt;/*Tried xlsx and range&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;still it gives error at Range*/&lt;/FONT&gt;&lt;BR /&gt;Proc Export Data= Work.Inventory&lt;BR /&gt;Outfile= "D:\SAS\Others\Inventory.xlsx"&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;replace;&lt;BR /&gt;Range='Test$A15:B16';&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we use RANGE in Proc Export?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2018 05:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521704#M4265</guid>
      <dc:creator>anjicam</dc:creator>
      <dc:date>2018-12-15T05:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export two datasets data to specific range/cells in Excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521726#M4271</link>
      <description>&lt;P&gt;Your range is only two columns and two rows.&amp;nbsp; How are you going to fit that dataset into that range?&lt;/P&gt;
&lt;P&gt;Also try just setting the upper left hand corner on RANGE.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2018 16:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-Export-two-datasets-data-to-specific-range-cells-in-Excel/m-p/521726#M4271</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-15T16:53:45Z</dc:date>
    </item>
  </channel>
</rss>

