<?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 SAS EG | I/O on folder with latin characters in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687815#M20218</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a new SAS server with SAS 9.4M6. We have a folder with latin characters (for example "avião"). If we tried to save a SAS table on that folder, the following erro occurs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;26         libname _A "/export/home/sasdemo/avião";
NOTE: Libref _A was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /export/home/sasdemo/avião
27         
28         DATA _A.TEST;
29           SET SASHELP.CLASS;
30         RUN;

ERROR: An I/O error has occurred on file _A.TEST.DATA.
ERROR: UNIX errno = 0.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Our SAS is in Latin1 (we can't change it, we have other environment with the same configuration without any error).&lt;/P&gt;
&lt;P&gt;Additional, if we expand a SAS library the latin characters on tables name appears wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 14:12:01 GMT</pubDate>
    <dc:creator>MariaD</dc:creator>
    <dc:date>2020-09-30T14:12:01Z</dc:date>
    <item>
      <title>SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687815#M20218</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a new SAS server with SAS 9.4M6. We have a folder with latin characters (for example "avião"). If we tried to save a SAS table on that folder, the following erro occurs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;26         libname _A "/export/home/sasdemo/avião";
NOTE: Libref _A was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /export/home/sasdemo/avião
27         
28         DATA _A.TEST;
29           SET SASHELP.CLASS;
30         RUN;

ERROR: An I/O error has occurred on file _A.TEST.DATA.
ERROR: UNIX errno = 0.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Our SAS is in Latin1 (we can't change it, we have other environment with the same configuration without any error).&lt;/P&gt;
&lt;P&gt;Additional, if we expand a SAS library the latin characters on tables name appears wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:12:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687815#M20218</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-09-30T14:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687818#M20219</link>
      <description>&lt;P&gt;That's why you only use the 26 alphabet letters, digits, underlines, and maybe dots and hyphens in file and directory names. Special characters will always cause grief, sooner or later.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687818#M20219</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-30T14:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687823#M20221</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should I understand this is related to your environment that is moved from Linux to Solaris, with SAS 9.4 M6?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/SAS-Slow-Performance/m-p/687604" target="_blank"&gt;https://communities.sas.com/t5/Administration-and-Deployment/SAS-Slow-Performance/m-p/687604&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;These details usually matter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This being said, I would check the encoding and language settings of the OS and the SAS session on both environments that you are comparing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The message&amp;nbsp;UNIX errno = 0 is not a good signal. It means that your underlying OS did not manage to recognize the exact nature of the error. I would try to get support from your system admins (to check the system logs) and perhaps from SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, at folder and file level, and as best practice, I would not deviate from UNIX standards, avoiding those characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:29:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687823#M20221</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-30T14:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687833#M20223</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, it's related to other post. We have 2 new servers, one for production and one for UAT. In both, SAS is in LATIN1 with en_US encoding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; ENCODING=LATIN1   Specifies the default character-set encoding for the SAS session.
 LOCALE=EN_US      Specifies a set of attributes in a SAS session that reflect the language, local conventions, and culture for a 
                   geographical region.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our OS is in UTF-8. Which output of OS for locale do you prefer? On the production servers, we don't have problem, the problem occurs on UAT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We know that is not recommend but for many reasons we have some files/folders with these characteristics and we need to work with these situation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As comment, the performance problems occurs in both servers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687833#M20223</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-09-30T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687840#M20224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is certainly one or more differences between your UAT and your Production servers. Hard to identify from here.&lt;/P&gt;
&lt;P&gt;Starting from the basics: is Production under Linux and UAT in Solaris? What versions/distribution?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure if we can help a lot from here. Perhaps you could start with a proc contents data=_A._all_; on both servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still think you need someone to look at your server and logs. For this action. the communities is not the best media, SAS Technical Support or SAS Professional Services, or a SAS Partner, are better equipped for this, specially from a compliance point of view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687840#M20224</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-30T14:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687844#M20225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both servers are the same, Solaris. For testing purpose, the folder with special characters is empty, so the test is save a table on it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are working with SAS Technical Support and SAS Professional Services (all installation was made by SAS) but we don't have any progress with them. I share the problem with the community hoping someone had a similar problem on the past.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 15:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687844#M20225</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2020-09-30T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG | I/O on folder with latin characters</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687862#M20227</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp;, this helps me to better understand your background.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I must admit that I feel very intrigued by this error. I would navigate in your system to try to find the root cause and solve it, but I can't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For now these are my suggestion for both environment, and compare:&lt;/P&gt;
&lt;P&gt;- From SAS, try to get as much information as possible: %put _all_, proc contents, proc options, etc. Perhaps you could run as well the SAS Content Assessment Tool and&amp;nbsp;&lt;A href="https://support.sas.com/kb/20/390.html" target="_blank"&gt;https://support.sas.com/kb/20/390.html&lt;/A&gt;&amp;nbsp;. I would check as well what is the patch/hotfix of SAS.&lt;/P&gt;
&lt;P&gt;- From UNIX, try to get the variables, and the patching level of the OS, the mounts, the system logs (such as messages, etc), lsof, etc&lt;/P&gt;
&lt;P&gt;- From the underlying storage, I would try to get also the messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 15:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-EG-I-O-on-folder-with-latin-characters/m-p/687862#M20227</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-09-30T15:36:00Z</dc:date>
    </item>
  </channel>
</rss>

