<?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: Output does not display when I run a simple stored procedure in EG 5.1 in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308031#M5152</link>
    <description>&lt;P&gt;Generally the results will be "printed" proc output. Try doing a proc print on sashelp.cars.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Fri, 28 Oct 2016 21:40:56 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2016-10-28T21:40:56Z</dc:date>
    <item>
      <title>Output does not display when I run a simple stored procedure in EG 5.1</title>
      <link>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308026#M5151</link>
      <description>&lt;P&gt;I have a simple query against the SASHELP.CARS table to pull all of the data (just using something simple to show what keeps happening).&amp;nbsp;&amp;nbsp;&amp;nbsp;So when I run the query I get all of the records and I then want to create a stored procedure.&amp;nbsp; I go through the steps and then the Results tab shows a blank screen.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;SQL&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CREATE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TABLE&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt; WORK.FILTER_FOR_CARS &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;AS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SELECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt; t1.Make, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;t1.Model,&lt;/P&gt;&lt;P&gt;t1.Type,&lt;/P&gt;&lt;P&gt;t1.Origin,&lt;/P&gt;&lt;P&gt;t1.DriveTrain,&lt;/P&gt;&lt;P&gt;t1.MSRP,&lt;/P&gt;&lt;P&gt;t1.Invoice,&lt;/P&gt;&lt;P&gt;t1.EngineSize,&lt;/P&gt;&lt;P&gt;t1.Cylinders,&lt;/P&gt;&lt;P&gt;t1.Horsepower,&lt;/P&gt;&lt;P&gt;t1.MPG_City,&lt;/P&gt;&lt;P&gt;t1.MPG_Highway,&lt;/P&gt;&lt;P&gt;t1.Weight,&lt;/P&gt;&lt;P&gt;t1.Wheelbase,&lt;/P&gt;&lt;P&gt;t1.Length&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FROM&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt; SASHELP.CARS t1;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;QUIT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 21:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308026#M5151</guid>
      <dc:creator>sgtrun</dc:creator>
      <dc:date>2016-10-28T21:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Output does not display when I run a simple stored procedure in EG 5.1</title>
      <link>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308031#M5152</link>
      <description>&lt;P&gt;Generally the results will be "printed" proc output. Try doing a proc print on sashelp.cars.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 21:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308031#M5152</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-10-28T21:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Output does not display when I run a simple stored procedure in EG 5.1</title>
      <link>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308032#M5153</link>
      <description>&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;Typically the results will show up in the results tab without having to do a proc print.&amp;nbsp; I may have to call TS because a month ago the Results tab would show the results and now it shows up as a light blue screen but&amp;nbsp;the log shows there were records generated.&amp;nbsp; I am thinking it might be a setting I have changed that messed things up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 21:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308032#M5153</guid>
      <dc:creator>sgtrun</dc:creator>
      <dc:date>2016-10-28T21:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Output does not display when I run a simple stored procedure in EG 5.1</title>
      <link>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308036#M5154</link>
      <description>&lt;P&gt;Your code above does not generate any output, it creates a table in your work library.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you'd like to see the records, remove the CREATE TABLE portion of the query.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 23:02:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Output-does-not-display-when-I-run-a-simple-stored-procedure-in/m-p/308036#M5154</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-28T23:02:22Z</dc:date>
    </item>
  </channel>
</rss>

