<?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: proc template hreftarget in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-hreftarget/m-p/58861#M1990</link>
    <description>Hi:&lt;BR /&gt;
  This is not really an ODS GRAPHICS question, however, check your code VERY carefully for the type of quote character. If you cut and pasted the code from this Tech Support note, &lt;A href="http://support.sas.com/kb/23/437.html" target="_blank"&gt;http://support.sas.com/kb/23/437.html&lt;/A&gt;  &lt;BR /&gt;
it has "slanted" quotes, which cause the error message. If you type over the "slanted" quotes with straight quotes, you do not get the error message, as shown in my log, below.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
838     proc template;&lt;BR /&gt;
839       define style styles.test;&lt;BR /&gt;
840       parent=styles.default;&lt;BR /&gt;
841         style Contentitem from Indexitem /&lt;BR /&gt;
842               hreftarget='_blank';&lt;BR /&gt;
843       end;&lt;BR /&gt;
NOTE: STYLE 'Styles.Test' has been saved to: SASUSER.TEMPLAT&lt;BR /&gt;
844     run;&lt;BR /&gt;
NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;
      real time           0.04 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
                        &lt;BR /&gt;
            &lt;BR /&gt;
845     ** "bad" quotes;&lt;BR /&gt;
846     proc template;&lt;BR /&gt;
847       define style styles.test;&lt;BR /&gt;
848       parent=styles.default;&lt;BR /&gt;
849         style Contentitem from Indexitem /&lt;BR /&gt;
850               hreftarget=’_blank’;&lt;BR /&gt;
                             -&lt;BR /&gt;
                             22&lt;BR /&gt;
                             76&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string,&lt;BR /&gt;
              a format name, !, @, DYNAMIC, EXPRESSION, RESOLVE, SYMGET, _UNDEFINE_,&lt;BR /&gt;
              _UNDEF_, _UND_, |.&lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;
851       end;&lt;BR /&gt;
WARNING: Object will not be saved.&lt;BR /&gt;
852     run;&lt;BR /&gt;
NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;
      real time           0.37 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
          &lt;BR /&gt;
WARNING: Errors were produced.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
    <pubDate>Wed, 17 Feb 2010 23:38:29 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-02-17T23:38:29Z</dc:date>
    <item>
      <title>proc template hreftarget</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-hreftarget/m-p/58860#M1989</link>
      <description>Does anyone know how to fix this error?&lt;BR /&gt;
Thank you.&lt;BR /&gt;
&lt;BR /&gt;
15            proc template;&lt;BR /&gt;
16              define style styles.test;&lt;BR /&gt;
17              parent=styles.default;&lt;BR /&gt;
18                style Contentitem from Indexitem /&lt;BR /&gt;
19                      hreftarget=’_blank’;&lt;BR /&gt;
                                   _&lt;BR /&gt;
                                   22&lt;BR /&gt;
                                   76&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, !, @, &lt;BR /&gt;
              DYNAMIC, EXPRESSION, RESOLVE, SYMGET, _UNDEFINE_, _UNDEF_, _UND_.  &lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;
20              end;</description>
      <pubDate>Wed, 17 Feb 2010 23:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-hreftarget/m-p/58860#M1989</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-17T23:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: proc template hreftarget</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-hreftarget/m-p/58861#M1990</link>
      <description>Hi:&lt;BR /&gt;
  This is not really an ODS GRAPHICS question, however, check your code VERY carefully for the type of quote character. If you cut and pasted the code from this Tech Support note, &lt;A href="http://support.sas.com/kb/23/437.html" target="_blank"&gt;http://support.sas.com/kb/23/437.html&lt;/A&gt;  &lt;BR /&gt;
it has "slanted" quotes, which cause the error message. If you type over the "slanted" quotes with straight quotes, you do not get the error message, as shown in my log, below.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
838     proc template;&lt;BR /&gt;
839       define style styles.test;&lt;BR /&gt;
840       parent=styles.default;&lt;BR /&gt;
841         style Contentitem from Indexitem /&lt;BR /&gt;
842               hreftarget='_blank';&lt;BR /&gt;
843       end;&lt;BR /&gt;
NOTE: STYLE 'Styles.Test' has been saved to: SASUSER.TEMPLAT&lt;BR /&gt;
844     run;&lt;BR /&gt;
NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;
      real time           0.04 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
                        &lt;BR /&gt;
            &lt;BR /&gt;
845     ** "bad" quotes;&lt;BR /&gt;
846     proc template;&lt;BR /&gt;
847       define style styles.test;&lt;BR /&gt;
848       parent=styles.default;&lt;BR /&gt;
849         style Contentitem from Indexitem /&lt;BR /&gt;
850               hreftarget=’_blank’;&lt;BR /&gt;
                             -&lt;BR /&gt;
                             22&lt;BR /&gt;
                             76&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string,&lt;BR /&gt;
              a format name, !, @, DYNAMIC, EXPRESSION, RESOLVE, SYMGET, _UNDEFINE_,&lt;BR /&gt;
              _UNDEF_, _UND_, |.&lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;
851       end;&lt;BR /&gt;
WARNING: Object will not be saved.&lt;BR /&gt;
852     run;&lt;BR /&gt;
NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;
      real time           0.37 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
          &lt;BR /&gt;
WARNING: Errors were produced.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 17 Feb 2010 23:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-hreftarget/m-p/58861#M1990</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-02-17T23:38:29Z</dc:date>
    </item>
  </channel>
</rss>

