<?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: Error using proc download while downloading a PDS with sas datsets from mainframe to windows. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339930#M63198</link>
    <description>&lt;P&gt;That unicode (vomits, cleans keyboard) character (c3 a5) in the second filename looks quite Scandinavian to me, and I can only imagine what that can cause on machines running with an Indian locale (how would you type such a character?).&lt;/P&gt;
&lt;P&gt;If you really get your files from Scandinavia, the people there should be aware that they are working in an international environment and refrain from using locale-specifics in their data. Apart from getting rid of the *@$#!§? blanks.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2017 08:43:28 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-03-10T08:43:28Z</dc:date>
    <item>
      <title>Error using proc download while downloading a PDS with sas datsets from mainframe to windows.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339893#M63195</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to download a PDS using proc download with sas datsets from mainframe to windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However the PDs contains sas datasets with sepcial characters and spaces like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;tilsys karatner.sas7bdat&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Driftspåvirkning.sas7bdat&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I am not able to download these to windows. Renaming the same is not an options, as they are being updated in mainframe, every now and then. Any help in here is highly appeciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also tried, options validvarname = all; but it didn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help,&lt;/P&gt;
&lt;P&gt;Manjeet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;RSUBMIT;
proc download inlib =cxxx.abc.bbc.sas outlib =cxxx.abc.bbc.sas V6TRANSPORT;
RUN;
ENDRSUBMIT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 05:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339893#M63195</guid>
      <dc:creator>mnjtrana</dc:creator>
      <dc:date>2017-03-10T05:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error using proc download while downloading a PDS with sas datsets from mainframe to windows.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339904#M63196</link>
      <description>&lt;P&gt;Start with setting a strict policy for the naming of server files (and of variables in them), so everything adheres to validvarname=v7.&lt;/P&gt;
&lt;P&gt;No blanks, characters of the 26 of the western alphabet, digits and underlines.&lt;/P&gt;
&lt;P&gt;This simple measure will make your problems go away in one easy sweep. Everything else is just a time-wasting kludge, as non-standard names will always cost you extra (starting with having to use totally unnecessary quotes)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 07:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339904#M63196</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-10T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error using proc download while downloading a PDS with sas datsets from mainframe to windows.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339922#M63197</link>
      <description>&lt;P&gt;Been a while since I worked on the mainframe, but having this 4 level names i the inlib and outlib options doens't look right. I would suspect a libanme statement, and just that in the inlib=.&lt;/P&gt;
&lt;P&gt;Also, why are you using V6TRANSPORT?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 08:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339922#M63197</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-03-10T08:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error using proc download while downloading a PDS with sas datsets from mainframe to windows.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339930#M63198</link>
      <description>&lt;P&gt;That unicode (vomits, cleans keyboard) character (c3 a5) in the second filename looks quite Scandinavian to me, and I can only imagine what that can cause on machines running with an Indian locale (how would you type such a character?).&lt;/P&gt;
&lt;P&gt;If you really get your files from Scandinavia, the people there should be aware that they are working in an international environment and refrain from using locale-specifics in their data. Apart from getting rid of the *@$#!§? blanks.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 08:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-using-proc-download-while-downloading-a-PDS-with-sas/m-p/339930#M63198</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-10T08:43:28Z</dc:date>
    </item>
  </channel>
</rss>

