<?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 KEEPS RUNNING after ERROR 79-322: Expecting a -. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734728#M21360</link>
    <description>&lt;P&gt;Show us the LOG for this run of PROC TEMPLATE. We need to see all of the LOG for PROC TEMPLATE, every single character, 100% of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please format the log so that it is readable, by clicking on the &amp;lt;/&amp;gt; icon and pasting the LOG as text into the window that appears. &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;DO NOT SKIP THIS STEP!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Apr 2021 14:09:21 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-04-16T14:09:21Z</dc:date>
    <item>
      <title>SAS KEEPS RUNNING after ERROR 79-322: Expecting a -.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734721#M21358</link>
      <description>&lt;P&gt;Dear SAS users,&lt;/P&gt;
&lt;P&gt;After I run proc template sas keeps running and I receive the&amp;nbsp;ERROR 79-322: Expecting a -.&lt;/P&gt;
&lt;P&gt;Any idea, how can I stop SAS from processing the command and fix the issue?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc template;
define statgraph BrokenAxis1;
begingraph /datacolors=(CXD05B5B CX6F7EB3) datacontrastcolors=(red blue);
layout lattice / Columns=2 Rows = 2 columnweights= (.5 .5)
Rows=2 rowweights= (.47 .53) rowgutter = 5
rowdatarange=UNION;
/* Lattice header definitions */
column2headers ;
entry textattrs=(size=9 ) "ELECTIVE"/*/pad=(left=15 px)*/;
entry textattrs=(size=9 ) "EMERGENT"/*/pad=(left=15 px)*/;
endcolumn2headers;
/*define row 1 column 1*/
layout overlay / xaxisopts= (display= (line))
yaxisopts=(display=(line ticks tickvalues label)
label="Total Cost (X$10,000)"
griddisplay=on
linearopts=(includeranges=(min-170000 380000-384000)
tickvalueformat= bigvalues.
tickvaluelist=(20000 40000 60000 80000 100000 120000 140000 160000 380000)));

boxplot x=&amp;amp;GRP Y=eval(ifn(&amp;amp;strata=0,Total_cost, .))/
grouporder=ASCENDING
INCLUDEMISSINGGROUP=FALSE
group=&amp;amp;XVAR
groupdisplay=cluster
meanattrs = (SYMBOL = DIAMOND weight=bold )
medianattrs= (thickness = 2)
name ="L" ;
endlayout;
/*define row 1 column 2*/

layout overlay /xaxisopts= (display= (line))
yaxisopts=(display=(line ticks tickvalues)
griddisplay=on
linearopts=(includeranges=(min-170000 380000-max)
tickvalueformat= bigvalues.
tickvaluelist=(20000 40000 60000 80000 100000 120000 140000 160000 380000)));

boxplot x=&amp;amp;GRP Y=eval(ifn(&amp;amp;strata=1,Total_Cost, .))/
grouporder=ASCENDING
INCLUDEMISSINGGROUP=FALSE
group=&amp;amp;XVAR
groupdisplay=cluster
meanattrs = (SYMBOL = DIAMOND weight=bold )
medianattrs= (thickness = 2)
name ="L" ;
endlayout;
/*define row 2 column 2*/
layout overlay /xaxisopts=(display=(ticks tickvalues line))
yaxisopts=(display=(ticks tickvalues line label)label="Postop LOS (days)"
LABELFITPOLICY=SPLITALWAYS LABELSPLITCHAR='#' LABELSPLITCHARDROP=TRUE
griddisplay=on
linearopts=(tickvalueFormat= best12.
includeranges=(min-42 115-118)
tickvaluelist=(5 10 15 20 25 30 35 40 115)));

boxplot x= &amp;amp;GRP Y=eval(ifn(&amp;amp;strata=0,PostopLOS, .)) /grouporder=ASCENDING
INCLUDEMISSINGGROUP=FALSE
group=&amp;amp;XVAR
groupdisplay=cluster

meanattrs = (SYMBOL = DIAMOND weight=bold )
medianattrs= (thickness = 2)name ="L" ;

endlayout;

/*define row 2 column 2*/

layout overlay /xaxisopts=(display=(ticks tickvalues line))
yaxisopts=(display=(ticks tickvalues line)
griddisplay=on
linearopts=(tickvalueFormat= best12.
includeranges=(min-42 115-max)
tickvaluelist=(5 10 15 20 25 30 35 40 115)));

boxplot x= &amp;amp;GRP Y=eval(ifn(&amp;amp;strata=1,PostopLOS, .)) /
grouporder=ASCENDING
INCLUDEMISSINGGROUP=FALSE
group=&amp;amp;XVAR
groupdisplay=cluster

meanattrs = (SYMBOL = DIAMOND weight=bold )
medianattrs= (thickness = 2)name ="L" ;

endlayout;
sidebar / align = bottom; discretelegend "L" / halign=center across= 2 border=true VALUEATTRS= (size= 9);
endsidebar;
endlayout;
endgraph;
end;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Apr 2021 10:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734721#M21358</guid>
      <dc:creator>Giampaolo</dc:creator>
      <dc:date>2021-04-18T10:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS KEEPS RUNNING after ERROR 79-322: Expecting a -.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734727#M21359</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;we need to know which SAS version you are running.&lt;/P&gt;
&lt;P&gt;In SAS 9.4Mx, there's a BREAK icon on the toolbar above the LOG-screen (just left from the HELP icon).&lt;/P&gt;
&lt;P&gt;In Viya, you can also interrupt processing, but I don't have a VIYA session alive at this moment.&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 14:09:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734727#M21359</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-04-16T14:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS KEEPS RUNNING after ERROR 79-322: Expecting a -.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734728#M21360</link>
      <description>&lt;P&gt;Show us the LOG for this run of PROC TEMPLATE. We need to see all of the LOG for PROC TEMPLATE, every single character, 100% of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please format the log so that it is readable, by clicking on the &amp;lt;/&amp;gt; icon and pasting the LOG as text into the window that appears. &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;DO NOT SKIP THIS STEP!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 14:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-KEEPS-RUNNING-after-ERROR-79-322-Expecting-a/m-p/734728#M21360</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-16T14:09:21Z</dc:date>
    </item>
  </channel>
</rss>

