<?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: SAS is changing the slashes in the code to a special character in the log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704512#M215986</link>
    <description>I am also looking into it. I don't see any problem here. Might be there is a display problem. Thank you @ Paige Miller</description>
    <pubDate>Tue, 08 Dec 2020 18:57:23 GMT</pubDate>
    <dc:creator>mannavak</dc:creator>
    <dc:date>2020-12-08T18:57:23Z</dc:date>
    <item>
      <title>SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704503#M215979</link>
      <description>&lt;P&gt;Please help me how to avoid sas changing the slashes in the code to a special character in the log. Is there any option I should use in the beginning of my sas programming?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704503#M215979</guid>
      <dc:creator>mannavak</dc:creator>
      <dc:date>2020-12-08T18:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704504#M215980</link>
      <description>&lt;P&gt;Show us what you mean. Show us the code. Show us the log. Paste the code as text into the box that appears when you click on the running man icon. Paste the log as text int on the box that appears when you click on the &amp;lt;/&amp;gt; icon. Do not use file attachments.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704504#M215980</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-08T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704506#M215982</link>
      <description>34 libname f "H:\CA\CA19\Documents Used for Report";&lt;BR /&gt;&lt;BR /&gt;NOTE: Libref F was successfully assigned as follows:&lt;BR /&gt;&lt;BR /&gt;Engine: V9&lt;BR /&gt;&lt;BR /&gt;Physical Name: H:\CA\CA19\Documents Used for Report&lt;BR /&gt;&lt;BR /&gt;35 *'S:\2017-2018 Sch Asmt\Assessments\CA17\Final Reports\Documents Used to Created Final Reports';&lt;BR /&gt;&lt;BR /&gt;35 ! *--location where&lt;BR /&gt;&lt;BR /&gt;36 we want SAS to store SAS datafile;&lt;BR /&gt;&lt;BR /&gt;37 libname C "H:\Temporary SAS Output";&lt;BR /&gt;&lt;BR /&gt;NOTE: Libref C was successfully assigned as follows:&lt;BR /&gt;&lt;BR /&gt;Engine: V9&lt;BR /&gt;&lt;BR /&gt;Physical Name: H:\Temporary SAS Output&lt;BR /&gt;&lt;BR /&gt;38&lt;BR /&gt;&lt;BR /&gt;39 *'S:\';&lt;BR /&gt;&lt;BR /&gt;40 *---Change Year;&lt;BR /&gt;&lt;BR /&gt;41 %let yr=2019;&lt;BR /&gt;&lt;BR /&gt;42 *--Change School Year;&lt;BR /&gt;&lt;BR /&gt;43 %let schyr=1920;&lt;BR /&gt;&lt;BR /&gt;44 *--Change location of raw data file ;&lt;BR /&gt;&lt;BR /&gt;45 %let folder= H:\CA\CA19\Documents Used for Report\;&lt;BR /&gt;&lt;BR /&gt;46 *S:\2017-2018 Sch Asmt\ Assessments\CA17\Final Reports\Documents Used to Created Final Reports\;&lt;BR /&gt;&lt;BR /&gt;47 *--Change File;&lt;BR /&gt;&lt;BR /&gt;48 %let rawdatafile=CCAll_08212020.xlsx; *--cleaned tab used in xls;&lt;BR /&gt;&lt;BR /&gt;49&lt;BR /&gt;&lt;BR /&gt;50&lt;BR /&gt;&lt;BR /&gt;51 *Raw SAS datafile;&lt;BR /&gt;&lt;BR /&gt;52 proc contents data=f.ccall&amp;amp;schyr;&lt;BR /&gt;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;&lt;BR /&gt;53 title "Contents CCAll&amp;amp;schyr";&lt;BR /&gt;&lt;BR /&gt;54 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;&lt;BR /&gt;real time 1.34 seconds&lt;BR /&gt;&lt;BR /&gt;cpu time 0.29 seconds&lt;BR /&gt;&lt;BR /&gt;55&lt;BR /&gt;&lt;BR /&gt;56 *--rename and create variables;&lt;BR /&gt;&lt;BR /&gt;57 data c.careformat&amp;amp;schyr(drop=/* mz_physzip mz_mailzip*/ mz_cocode mz_facilitycode); /*drop variable with missing zero*/;&lt;BR /&gt;&lt;BR /&gt;58 length cocode $2 facilitycode $9;/* mailzip $5 physzip $5*/&lt;BR /&gt;&lt;BR /&gt;59 set f.CCALL&amp;amp;schyr(rename=&lt;BR /&gt;&lt;BR /&gt;60 ( /*mailzip=mz_mailzip physzip=mz_physzip*/&lt;BR /&gt;&lt;BR /&gt;61 cocode=mz_cocode facilitycode=mz_facilitycode&lt;BR /&gt;&lt;BR /&gt;62 /*SCHCODE=facilitycode*/&lt;BR /&gt;&lt;BR /&gt;63 All_required=allreq&lt;BR /&gt;&lt;BR /&gt;64 XXX=PBE&lt;BR /&gt;&lt;BR /&gt;65 YYY=cond&lt;BR /&gt;&lt;BR /&gt;66 ZZZ=total&lt;BR /&gt;&lt;BR /&gt;67 _Exemption=PME&lt;BR /&gt;&lt;BR /&gt;68 _Exemption=TME&lt;BR /&gt;&lt;BR /&gt;69 =IEPService&lt;BR /&gt;&lt;BR /&gt;70&lt;BR /&gt;&lt;BR /&gt;78&lt;BR /&gt;&lt;BR /&gt;79 ));&lt;BR /&gt;&lt;BR /&gt;80&lt;BR /&gt;&lt;BR /&gt;81 *--apply z. format to numeric value to make it character and restore missing leading zeroes;&lt;BR /&gt;&lt;BR /&gt;82 cocode = put (mz_cocode, z2.);&lt;BR /&gt;&lt;BR /&gt;83 facilitycode=put(mz_facilitycode, z9.);&lt;BR /&gt;&lt;BR /&gt;84 /*mailzip = put (mz_mailzip, z5.);&lt;BR /&gt;&lt;BR /&gt;85 physzip = put (mz_physzip, z5.); */&lt;BR /&gt;&lt;BR /&gt;86&lt;BR /&gt;&lt;BR /&gt;87 *--populate missing facilitytype;&lt;BR /&gt;&lt;BR /&gt;88 if reportingstatus='Not Reported' and facilitytype=' ' then facilitytype='UNKNOWN';&lt;BR /&gt;&lt;BR /&gt;89 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: Data file C.CAREFORMAT1920.DATA is in a format that is native to another host, or the file encoding does not match the&lt;BR /&gt;&lt;BR /&gt;session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce&lt;BR /&gt;&lt;BR /&gt;performance.&lt;BR /&gt;&lt;BR /&gt;ERROR: Some character data was lost during transcoding in the dataset C.CAREFORMAT1920. Either the data contains characters that&lt;BR /&gt;&lt;BR /&gt;are not representable in the new encoding or truncation occurred during transcoding.&lt;BR /&gt;&lt;BR /&gt;NOTE: The DATA step has been abnormally terminated.&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 1490 observations read from the data set F.CCALL1920.&lt;BR /&gt;&lt;BR /&gt;WARNING: The data set C.CAREFORMAT1920 may be incomplete. When this step was stopped there were 1489 observations and 47&lt;BR /&gt;&lt;BR /&gt;variables.&lt;BR /&gt;&lt;BR /&gt;WARNING: Data set C.CAREFORMAT1920 was not replaced because this step was stopped.&lt;BR /&gt;&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&lt;BR /&gt;real time 15.87 seconds&lt;BR /&gt;&lt;BR /&gt;cpu time 0.14 seconds</description>
      <pubDate>Tue, 08 Dec 2020 18:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704506#M215982</guid>
      <dc:creator>mannavak</dc:creator>
      <dc:date>2020-12-08T18:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704508#M215983</link>
      <description>&lt;P&gt;I don't see anywhere that a special character appears. Please point it out for me.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704508#M215983</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-08T18:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704511#M215985</link>
      <description>&lt;P&gt;Now, show us exactly &lt;STRONG&gt;where&lt;/STRONG&gt; a slash was turned into a special character.&lt;/P&gt;
&lt;P&gt;Best would be to copy&amp;nbsp; the Code, indicating just which slash is involved,&lt;/P&gt;
&lt;P&gt;Then from the LOG, best pasted into a code box on the forum, opened using the &amp;lt;/&amp;gt; icon, directly after copying from the log to preserve formatting, and again show or indicate which slash was changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see lots of slashes in that log entry so it is extremely hard to guess what may have started as a slash that appears differently in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704511#M215985</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-08T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704512#M215986</link>
      <description>I am also looking into it. I don't see any problem here. Might be there is a display problem. Thank you @ Paige Miller</description>
      <pubDate>Tue, 08 Dec 2020 18:57:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704512#M215986</guid>
      <dc:creator>mannavak</dc:creator>
      <dc:date>2020-12-08T18:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704552#M215995</link>
      <description>&lt;P&gt;Presuming this issue is in desktop SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Editor and LOG window may be using different fonts for displaying their content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the Editor window (Enhanced Editor) and the LOG window have different fonts, some characters (above '7f'x) may appear differently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enhanced Editor window font setting (whilst Editor window active)&lt;/P&gt;
&lt;P&gt;- &lt;EM&gt;Tools / Options &amp;gt; Enhanced Editor, Font section Name: drop down&lt;/EM&gt;&amp;nbsp;will show you the setting&lt;/P&gt;
&lt;P&gt;- or use command&amp;nbsp;&lt;EM&gt;EDCMD CUSTOMIZE&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOG window font setting (whilst LOG window active)&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;EM&gt;Tools / Options &amp;gt; Fonts&amp;nbsp;&lt;/EM&gt;will show you the current font setting&lt;/P&gt;
&lt;P&gt;- or use command&amp;nbsp;&lt;EM&gt;DLGFONT&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704552#M215995</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-12-08T21:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704563#M215999</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/360131"&gt;@mannavak&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am also looking into it. I don't see any problem here. Might be there is a display problem. Thank you @ Paige Miller&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try pasting into a code box opened with the &amp;lt;/&amp;gt;. Copy directly from the log and the paste into the code box.&lt;/P&gt;
&lt;P&gt;The main message windows are likely going to treat your pasted text as HTML and &lt;STRONG&gt;will&lt;/STRONG&gt; reformat text to remove white space. Font issues on conversion are also problematic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704563#M215999</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-08T21:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704565#M216000</link>
      <description>&lt;P&gt;Going over the log more, the likely culprit is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;NOTE: Data file C.CAREFORMAT1920.DATA is in a format that is native to another host, or the file encoding does not match the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: Some character data was lost during transcoding in the dataset C.CAREFORMAT1920. Either the data contains characters that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;are not representable in the new encoding or truncation occurred during transcoding.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 08 Dec 2020 22:04:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704565#M216000</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-12-08T22:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS is changing the slashes in the code to a special character in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704838#M216106</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the time being, I created a work dataset from the dataset from another platform which I am reading. That's solving the problem temporarily.&lt;/P&gt;&lt;P&gt;Looks like that's the culprit.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 19:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-is-changing-the-slashes-in-the-code-to-a-special-character/m-p/704838#M216106</guid>
      <dc:creator>mannavak</dc:creator>
      <dc:date>2020-12-09T19:00:50Z</dc:date>
    </item>
  </channel>
</rss>

