<?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: invisible appearing point in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523426#M142195</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;in the project now, when joining any tables, this error occurs (showing at the same time an extra point, which does not physically exist)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;What does that mean? Are you using Enterprise Guide or some other tool to generate code for you? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or are you typing the code into an editor?&amp;nbsp; Like the SAS editor in Display Manager (or the Enhanced Editor in Display Manager in PC SAS)?&amp;nbsp; Or edit pane in SAS/Studio?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you somehow turned on VALIDMEMNAME=EXTAND and managed to create a dataset whose member name is literally&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;.'B2&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;and are then using some type of point and click tool to generate SQL code that is converting is trying to convert that into an name literals and instead making this gibberish&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;'.'B2'n&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Dec 2018 18:39:04 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2018-12-24T18:39:04Z</dc:date>
    <item>
      <title>invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523392#M142190</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;1 ;*';*";*/;quit;run;
2 OPTIONS PAGENO=MIN;
3 PROC SQL NOEXEC;
4 SELECT t1.'QW'n,
5 t1.'QW'n,
6 t1.'QE'n
7 FROM
7 ! WORK.'.'B2'
_
49
___
22
___
76
7 ! n t2
8 RIGHT JOIN WORK.'11'n t1 ON (t2.'FC'n = t1.'FLа'n);
______________ _________
49 49
NOTE 49-169: The meaning of an identifier after a quoted string might change in a future SAS release. Inserting white space
between a quoted string and the succeeding identifier is recommended.

ERROR 22-322: Expecting a name.

ERROR 76-322: Syntax error, statement will be ignored.

9 QUIT;
10 QUIT; RUN;
11&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;7 ! WORK.&lt;EM&gt;&lt;STRIKE&gt;&lt;U&gt;&lt;STRONG&gt;'.'&lt;/STRONG&gt;&lt;/U&gt;&lt;/STRIKE&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;B2&lt;/SPAN&gt;&lt;SPAN&gt;' in original name have not dot: "WORK.B2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WTF?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;invisible appearing point at the same time, for some reason, in the project now, when joining any tables, this error occurs (showing at the same time an extra point, which does not physically exist)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help please understand and remove the formation of these points, which do not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 14:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523392#M142190</guid>
      <dc:creator>dr_Logos</dc:creator>
      <dc:date>2018-12-24T14:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523399#M142191</link>
      <description>&lt;P&gt;Since your names are all valid for SAS V7, you don't need the name literals. Remove them all, and look at the coloring of the Enhanced Editor to find any remaining unbalanced quotes.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 14:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523399#M142191</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-12-24T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523408#M142193</link>
      <description>&lt;P&gt;maybe this line is missing the quote&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;7 ! WORK.'.'B2' &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 16:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523408#M142193</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-12-24T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523413#M142194</link>
      <description>&lt;P&gt;Retype the line and see if that fixes the issue.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FROM WORK.B2 t2&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note no need use a name literal for B2.&amp;nbsp; But if you do have strangely named tables then make sure that the VALIDMEMNAME option is set to EXTEND.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 17:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523413#M142194</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-24T17:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523426#M142195</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;in the project now, when joining any tables, this error occurs (showing at the same time an extra point, which does not physically exist)&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;What does that mean? Are you using Enterprise Guide or some other tool to generate code for you? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or are you typing the code into an editor?&amp;nbsp; Like the SAS editor in Display Manager (or the Enhanced Editor in Display Manager in PC SAS)?&amp;nbsp; Or edit pane in SAS/Studio?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you somehow turned on VALIDMEMNAME=EXTAND and managed to create a dataset whose member name is literally&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;.'B2&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;and are then using some type of point and click tool to generate SQL code that is converting is trying to convert that into an name literals and instead making this gibberish&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;'.'B2'n&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 18:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523426#M142195</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-24T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523457#M142209</link>
      <description>&lt;P&gt;Yes. i&amp;nbsp; am use SAS EG.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Origanl name table only " WORK.B2" but code in reading SAS EG see this for&amp;nbsp;&lt;SPAN&gt;" WORK..B2" wtf?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 11:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523457#M142209</guid>
      <dc:creator>dr_Logos</dc:creator>
      <dc:date>2018-12-25T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523464#M142211</link>
      <description>&lt;P&gt;your problem is that you have quotes and double quotes that are unbalanced.&amp;nbsp; line 1 and line 7.&amp;nbsp; WTF statements are un-expectable.&amp;nbsp; You should review your work, make sure that you are seeing what is really there.&amp;nbsp; enlarge you view so that you can see what you may need a magnifying glass to see with the small print.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 13:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523464#M142211</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-12-25T13:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: invisible appearing point</title>
      <link>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523466#M142213</link>
      <description>&lt;P&gt;Did you try resetting your SAS session?&amp;nbsp; One problem with tools like EG that connect to a SAS session is that you only see pieces of the full SAS log and so previous errors that might have left SAS in an unexpected state can cause valid code to appear invalid because of the state SAS was already in when it tried to interpret the new code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next: If you are submitting code (either written by you or someone else) then review the code you are submitting carefully.&amp;nbsp; As I said re-type the code to make sure there are not hidden characters that the editor is not showing you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If instead the code is being generated by EG in response to you clicking on buttons then you need to show exactly what steps you used to get that code submitted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 14:21:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/invisible-appearing-point/m-p/523466#M142213</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-12-25T14:21:25Z</dc:date>
    </item>
  </channel>
</rss>

