<?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: Advanced Programming Course Error in Advanced Programming</title>
    <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846555#M211</link>
    <description>&lt;P&gt;There is a mismatch in the encoding (UTF vs. ASCII) between your SAS and the dataset. Run a PROC CONTENTS on the dataset.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 09:25:24 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-11-28T09:25:24Z</dc:date>
    <item>
      <title>Advanced Programming Course Error</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846515#M209</link>
      <description>&lt;P&gt;When I do the practices I get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 data work.NationalPreserves;&lt;BR /&gt;74 set pg3.np_acres;&lt;BR /&gt;NOTE: Data file PG3.NP_ACRES.DATA is in a format that is native to another host, or the file encoding&lt;BR /&gt;does not match the session encoding. Cross Environment Data Access will be used, which might&lt;BR /&gt;require additional CPU resources and might reduce performance.&lt;BR /&gt;75&lt;BR /&gt;76 Exp='/(N PRES\s|N PRESERVE\s|NPRES\s|NPRE\s)/o';&lt;BR /&gt;77 Pid=prxparse(Exp);&lt;BR /&gt;78 Position=prxmatch(Pid,ParkName);&lt;BR /&gt;79 if Position;&lt;BR /&gt;80 ParkName=prxchange('s/N PRES\s|N PRESERVE\s|NPRES\s/NPRE /', 1, ParkName);&lt;BR /&gt;81 run;&lt;BR /&gt;&lt;BR /&gt;ERROR: Some character data was lost during transcoding in the dataset PG3.NP_ACRES. Either the data&lt;BR /&gt;contains characters that are not representable in the new encoding or truncation occurred&lt;BR /&gt;during transcoding.&lt;BR /&gt;NOTE: The DATA step has been abnormally terminated.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 73 observations read from the data set PG3.NP_ACRES.&lt;BR /&gt;WARNING: The data set WORK.NATIONALPRESERVES may be incomplete. When this step was stopped there&lt;BR /&gt;were 4 observations and 8 variables.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 21:14:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846515#M209</guid>
      <dc:creator>smokinjack1559</dc:creator>
      <dc:date>2022-11-27T21:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Programming Course Error</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846546#M210</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/428665"&gt;@smokinjack1559&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;in which of the practises did you get this error?&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 07:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846546#M210</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-11-28T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Programming Course Error</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846555#M211</link>
      <description>&lt;P&gt;There is a mismatch in the encoding (UTF vs. ASCII) between your SAS and the dataset. Run a PROC CONTENTS on the dataset.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 09:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846555#M211</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-28T09:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Programming Course Error</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846598#M212</link>
      <description>&lt;P&gt;All the ones I tried so far.&lt;/P&gt;&lt;P&gt;The latest is&amp;nbsp;Level 1 Practice: Using the PRXMATCH and PRXCHANGE Functions&lt;/P&gt;&lt;P&gt;I am using virtual lab.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 13:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846598#M212</guid>
      <dc:creator>smokinjack1559</dc:creator>
      <dc:date>2022-11-28T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Programming Course Error</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846620#M213</link>
      <description>&lt;P&gt;Today, I can not launch virtual lab. Citrix just spins. Cyber Monday after a four day weekend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I set up SAS studio. I ran the program and did not get the same errors as in virtual lab.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 15:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846620#M213</guid>
      <dc:creator>smokinjack1559</dc:creator>
      <dc:date>2022-11-28T15:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Programming Course Error</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846635#M214</link>
      <description>&lt;P&gt;That's what I would have tried too. I used SAS ondemand fpr academics for the whole practise part.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 16:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/Advanced-Programming-Course-Error/m-p/846635#M214</guid>
      <dc:creator>MarkusWeick</dc:creator>
      <dc:date>2022-11-28T16:11:54Z</dc:date>
    </item>
  </channel>
</rss>

