<?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: Download Data Files to PC task in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255925#M17954</link>
    <description>&lt;P&gt;While I never figured out how the query was pulling in labels from the original dataset, I did find the way to remove them from my new dataset after it is created and before I download it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a003185567.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a003185567.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the article... I simply dropped the labels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc datasets lib=work memtype=data;
   modify class; 
     attrib _all_ label=' '; 
     attrib _all_ format=;
run;&lt;/PRE&gt;</description>
    <pubDate>Thu, 10 Mar 2016 20:36:06 GMT</pubDate>
    <dc:creator>elwayfan446</dc:creator>
    <dc:date>2016-03-10T20:36:06Z</dc:date>
    <item>
      <title>Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255856#M17943</link>
      <description>&lt;P&gt;When I used the "Download Date Files to PC" task in EG 6.1, I notice that the dataset that is downloading to my PC is missing several variables of the dataset on our server.&amp;nbsp; I can't figure out why this is happening.&amp;nbsp; Has anyone ever seen this before?&amp;nbsp; Also, it appears to be naming the variables that it is downloading to the actual field names of the tables in the database I used to create the dataset.&amp;nbsp; It is not using any of the aliases in the actual dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255856#M17943</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T17:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255858#M17944</link>
      <description>&lt;P&gt;Are you sure that you're downloading the data set you mean to, and not the original source data? &amp;nbsp;The task&amp;nbsp;&lt;STRONG&gt;will&lt;/STRONG&gt; allow you to download a database table (creates a SAS data set first). &amp;nbsp;The task generates a log output that should contain more details about where the data originates and what's going on.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255858#M17944</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-03-10T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255863#M17945</link>
      <description>&lt;P&gt;Yes, it's very strange.&amp;nbsp; I tried deleteing the dataset and recreating it.&amp;nbsp; I created a new dataset with a new name on the server.&amp;nbsp; The data looked perfect but when I downloaded it the same thing happened.&amp;nbsp; Missing variables and database names.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255863#M17945</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T17:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255866#M17946</link>
      <description>&lt;P&gt;Did you check the&amp;nbsp;&lt;STRONG&gt;Overwrite existing files&lt;/STRONG&gt; checkbox? &amp;nbsp;Can you post a little bit of the log to help?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255866#M17946</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-03-10T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255868#M17947</link>
      <description>&lt;P&gt;For the missing variables - how long are the names? Over 32 characters?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:44:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255868#M17947</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-10T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255885#M17948</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger﻿&lt;/a&gt; Here is the log.&amp;nbsp; Not much there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copying SAS data files to M:\NECD\Group\PFS\mortgage\MSR Reporting\SAS Data Sets&lt;BR /&gt;&lt;BR /&gt;Connecting to server "SASApp"&lt;BR /&gt;Copied "MSRACQ.MSR_DIGEST_MSP_TEST"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; to "M:\NECD\Group\PFS\mortgage\MSR Reporting\SAS Data Sets\msr_digest_msp_test.sas7bdat"&lt;BR /&gt;Copied 70,516,736 bytes in 137.00 seconds.&lt;BR /&gt;&lt;BR /&gt;Total transfer: 70,516,736 bytes in 137.00 seconds&lt;BR /&gt;Total number of files processed: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255885#M17948</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T18:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255889#M17950</link>
      <description>&lt;P&gt;Nothing is over 32 characters long.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After looking at the dataset further, it appears the variables are all there.&amp;nbsp; Howver, the very first variable in the new dataset is named nothing like the original dataset.&amp;nbsp; It is actually similar to another variable.&amp;nbsp; I am playing around with changing the aliases to see if that changes anything but this is very strange.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255889#M17950</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255905#M17951</link>
      <description>&lt;P&gt;What are you using to examine the downloaded data set? &amp;nbsp;EG? SAS Universal Viewer? &amp;nbsp;Do you have SAS installed on your local PC? &amp;nbsp;Without a local SAS, sometimes data can appear different. &amp;nbsp;If your data uses user-defined formats the data values can appear different as well.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255905#M17951</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-03-10T19:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255906#M17952</link>
      <description>&lt;P&gt;Ok, I have figured out what is going on but not quite sure how to fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am using a proc sql statement to pull from another SAS dataset it is pulling in the label from that dataset as show here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2277i730330E091D8E324/image-size/medium?v=mpbl-1&amp;amp;px=-1" alt="2016-03-10_13-33-30.png" title="2016-03-10_13-33-30.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;The labels are what is showing up when I create the new dataset, even though I am giving the column the alias you see on the left.&amp;nbsp; Somehow those labels are being passed through from the original dataset in the proc sql select from statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:41:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255906#M17952</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T19:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255908#M17953</link>
      <description>&lt;P&gt;Yes, I have local sas installed on my PC with EG 6.1 as well and I was looking at the new dataset with both.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255908#M17953</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Download Data Files to PC task</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255925#M17954</link>
      <description>&lt;P&gt;While I never figured out how the query was pulling in labels from the original dataset, I did find the way to remove them from my new dataset after it is created and before I download it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a003185567.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a003185567.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the article... I simply dropped the labels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc datasets lib=work memtype=data;
   modify class; 
     attrib _all_ label=' '; 
     attrib _all_ format=;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Mar 2016 20:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Download-Data-Files-to-PC-task/m-p/255925#M17954</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-03-10T20:36:06Z</dc:date>
    </item>
  </channel>
</rss>

