<?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 analyze SAS password protected data with no WRITE or ALTER passwords in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316448#M9078</link>
    <description>&lt;P&gt;Thank you for your quick response. Two more questions,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you elaborate on the type of file specifications that need to be examined?&lt;/LI&gt;&lt;LI&gt;Is it possible to convert the sas7bdat file that I have received so that it can work on my Virtual Windows?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for bugging you, but I’m a beginner. Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 03 Dec 2016 00:20:12 GMT</pubDate>
    <dc:creator>ImSame</dc:creator>
    <dc:date>2016-12-03T00:20:12Z</dc:date>
    <item>
      <title>How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316439#M9073</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have a password protected SAS dataset. I have been provided the READ password, but not the WRITE or ALTER passwords.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try subsetting the dataset, then I encounter the following error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;7 &amp;nbsp; &amp;nbsp;Data SubsetData;&lt;/DIV&gt;&lt;DIV&gt;8 &amp;nbsp; &amp;nbsp;Set in.VisionData;&lt;/DIV&gt;&lt;DIV&gt;NOTE: Data file IN.VISIONDATA.DATA is in a format that is native to another host, or the&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; file encoding does not match the session encoding. Cross Environment Data Access will be&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; used, which might require additional CPU resources and might reduce performance.&lt;/DIV&gt;&lt;DIV&gt;WARNING: Some character data was lost during transcoding in the dataset IN.VISIONDATA.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Either the data contains characters that are not representable in the new encoding or&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;truncation occurred during transcoding.&lt;/DIV&gt;&lt;DIV&gt;9 &amp;nbsp; &amp;nbsp;Run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ERROR: Some character data was lost during transcoding in the dataset WORK.SUBSETDATA. Either the&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;data contains characters that are not representable in the new encoding or truncation&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;occurred during transcoding.&lt;/DIV&gt;&lt;DIV&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV&gt;WARNING: The data set WORK.SUBSETDATA may be incomplete. &amp;nbsp;When this step was stopped there were 0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;observations and 2746&amp;nbsp;variables.&lt;/DIV&gt;&lt;DIV&gt;WARNING: Data set WORK.SUBSETDATA was not replaced because this step was stopped.&lt;/DIV&gt;&lt;DIV&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; real time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.58 seconds&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; cpu time &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.03 seconds&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can execute some procdures (e.g. PROC Freq) using the READ password in the procedures statement, but not other&amp;nbsp;procedures (e.g. PROC sort). I need to recode the variables in this dataset for my analyses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 23:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316439#M9073</guid>
      <dc:creator>ImSame</dc:creator>
      <dc:date>2016-12-02T23:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316442#M9075</link>
      <description>&lt;P&gt;This has nothing to do with the password portion of the dataset, but with the fact that you're working on different systems. Either Unix vs Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can avoid this by transfering data via a CPORT/XPORT file instead of as a SAS dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 23:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316442#M9075</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-02T23:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316444#M9076</link>
      <description>&lt;P&gt;I am working on a Virtual Windows on my MacBook, and the dataset in a sas7bdat format. I have analyzed other databases in this format as well without any errors. Let me know your thoughts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your response.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 00:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316444#M9076</guid>
      <dc:creator>ImSame</dc:creator>
      <dc:date>2016-12-03T00:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316445#M9077</link>
      <description>&lt;P&gt;It depends on where the SAS7bdat file originated. You're using SAS UE which is actually a UNIX box.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely this file was created on a Windows machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't matter that you've used other files, it depends on where the file originates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is from a source you've used without issue previously, and think it should work without issue, contact them for specifications on the file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 00:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316445#M9077</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-03T00:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316448#M9078</link>
      <description>&lt;P&gt;Thank you for your quick response. Two more questions,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you elaborate on the type of file specifications that need to be examined?&lt;/LI&gt;&lt;LI&gt;Is it possible to convert the sas7bdat file that I have received so that it can work on my Virtual Windows?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for bugging you, but I’m a beginner. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 00:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316448#M9078</guid>
      <dc:creator>ImSame</dc:creator>
      <dc:date>2016-12-03T00:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316452#M9079</link>
      <description>&lt;P&gt;By file specs, I meant what OS, bit (32/64 bit), and encoding was used to create the file. These are more system settings. I can't recall if encoding matters for a SAS dataset or just text files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AFAIK when you get the truncation error there isn't a workaround except to recreate the data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 01:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316452#M9079</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-03T01:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316453#M9080</link>
      <description>&lt;P&gt;Here's a better explanation. And more correct than mine /)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/52/716.html" target="_blank"&gt;http://support.sas.com/kb/52/716.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 01:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316453#M9080</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-03T01:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze SAS password protected data with no WRITE or ALTER passwords</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316454#M9081</link>
      <description>&lt;P&gt;And last but not least, you don't have access to the CFG file on SAS UE.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 01:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-analyze-SAS-password-protected-data-with-no-WRITE-or/m-p/316454#M9081</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-03T01:48:33Z</dc:date>
    </item>
  </channel>
</rss>

