<?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 move a binary file using SAS studio 9.4 in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364537#M2681</link>
    <description>&lt;P&gt;Ah, then you need to put recfm=n on the infile, etc:&lt;/P&gt;
&lt;PRE&gt;data _null_;  
  infile "..." recfm=n;
  file "..." recfm=n;
  input; 
  put _infile_;
run;&lt;/PRE&gt;
&lt;P&gt;Although, you could just copy the file using OS commands if you have X command enabled. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2017 11:51:25 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-06-06T11:51:25Z</dc:date>
    <item>
      <title>How to move a binary file using SAS studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364495#M2678</link>
      <description>Need to move the binary file output for scoring from HPForest from one location to another. I am able to move codes using the statement but the binary file is somehow getting corrupted.</description>
      <pubDate>Tue, 06 Jun 2017 08:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364495#M2678</guid>
      <dc:creator>apoo12345</dc:creator>
      <dc:date>2017-06-06T08:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a binary file using SAS studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364506#M2679</link>
      <description>&lt;P&gt;You haven't really given any information in this post. &amp;nbsp;At a guess I would say that if your transfering a binary file you would likely need to use (s)FTP, and set the option to binary. &amp;nbsp;However as I have no information its hard to say. &amp;nbsp;Corruption could mean any number of things, moving OS's for instance, bit version of the system, even the app used to open it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 09:43:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364506#M2679</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-06T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a binary file using SAS studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364533#M2680</link>
      <description>Apologies for that. I am writing a binary file using proc hpforest to generate the model scoring code and then using SAS 9.4, i have to move it to a different path. I was trying to move it using file and infile statement but it is corrupting the binary file as I am not able to use the file for scoring using proc hp4score. Let me know incase you will need any further information.</description>
      <pubDate>Tue, 06 Jun 2017 11:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364533#M2680</guid>
      <dc:creator>apoo12345</dc:creator>
      <dc:date>2017-06-06T11:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a binary file using SAS studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364537#M2681</link>
      <description>&lt;P&gt;Ah, then you need to put recfm=n on the infile, etc:&lt;/P&gt;
&lt;PRE&gt;data _null_;  
  infile "..." recfm=n;
  file "..." recfm=n;
  input; 
  put _infile_;
run;&lt;/PRE&gt;
&lt;P&gt;Although, you could just copy the file using OS commands if you have X command enabled. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 11:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364537#M2681</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-06T11:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a binary file using SAS studio 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364543#M2682</link>
      <description>The x command is not enabled. I tried the recfm=n option, it says the _infile_ input/put statement is inconsistent with binary mode I/O. The execution of the data step is being terminated.</description>
      <pubDate>Tue, 06 Jun 2017 12:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-move-a-binary-file-using-SAS-studio-9-4/m-p/364543#M2682</guid>
      <dc:creator>apoo12345</dc:creator>
      <dc:date>2017-06-06T12:02:45Z</dc:date>
    </item>
  </channel>
</rss>

