<?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: Any great way for SAS markdown? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605961#M175898</link>
    <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;. It's only for local documentation. I code a lot, and I have to learn the same code especially when my data is updated. Every time I do, I record some important statistics, which is quite annoying. So I'm looking for alternatives. Let me try your suggestion!</description>
    <pubDate>Wed, 20 Nov 2019 22:26:17 GMT</pubDate>
    <dc:creator>braam</dc:creator>
    <dc:date>2019-11-20T22:26:17Z</dc:date>
    <item>
      <title>Any great way for SAS markdown?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605946#M175893</link>
      <description>&lt;P&gt;I'm wondering if there is such a thing like Juptyer-Lab (or Notebook) for SAS. Put differently, I would like to have my results or figures right after the related code. The way the blog is posted is what I would like to have:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/03/18/graphs-with-class/#prettyPhoto" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/03/18/graphs-with-class/#prettyPhoto&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know there is a SAS markdown package in R, but I'm hesitating to use the package, mostly because I haven't used R. I don't think it's good to use this package with R if this is the only reason I use R.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 21:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605946#M175893</guid>
      <dc:creator>braam</dc:creator>
      <dc:date>2019-11-20T21:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Any great way for SAS markdown?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605951#M175895</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Jupyter Notebooks with SAS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/279507"&gt;@braam&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm wondering if there is such a thing like Juptyer-Lab (or Notebook) for SAS. Put differently, I would like to have my results or figures right after the related code. The way the blog is posted is what I would like to have:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/03/18/graphs-with-class/#prettyPhoto" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/03/18/graphs-with-class/#prettyPhoto&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know there is a SAS markdown package in R, but I'm hesitating to use the package, mostly because I haven't used R. I don't think it's good to use this package with R if this is the only reason I use R.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 21:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605951#M175895</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-20T21:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Any great way for SAS markdown?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605952#M175896</link>
      <description>&lt;P&gt;How much work do you want to do?&lt;/P&gt;
&lt;P&gt;I doubt is there is a setting change to make all of your output do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One approach that doesn't involve a lot of work other than your copy and paste of proc code is something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc odstext;
p "Proc print data=sashelp.class;
   var sex name;
run;";

Proc print data=sashelp.class;
   var sex name;
run;&lt;/PRE&gt;
&lt;P&gt;Proc odstext will create not-very-pretty text output with this simple approach but can be done relatively easy (at least until your program code has lots of quotes in it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this supposed to be "publication quality" or just local documentation?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 21:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605952#M175896</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-11-20T21:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Any great way for SAS markdown?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605960#M175897</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;. With this approach, do they work well together? Just so you know, I use macro, x statement, libname, %include, dm statement, etc. a lot. Do you think it is possible to move to Jupyter Notebook with SAS completely?&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2019 22:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605960#M175897</guid>
      <dc:creator>braam</dc:creator>
      <dc:date>2019-11-20T22:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Any great way for SAS markdown?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605961#M175898</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;. It's only for local documentation. I code a lot, and I have to learn the same code especially when my data is updated. Every time I do, I record some important statistics, which is quite annoying. So I'm looking for alternatives. Let me try your suggestion!</description>
      <pubDate>Wed, 20 Nov 2019 22:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605961#M175898</guid>
      <dc:creator>braam</dc:creator>
      <dc:date>2019-11-20T22:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Any great way for SAS markdown?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605974#M175903</link>
      <description>&lt;P&gt;Personally, I don’t do my data wrangling in Jupyter, only my reporting to end users. I find the data wrangling part isn’t really conducive to notebooks because most of the time you have no output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You shouldn’t be recording any statistics manually. Write a process to collect the data and dump it into a data set so you can process it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/279507"&gt;@braam&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;. It's only for local documentation. I code a lot, and I have to learn the same code especially when my data is updated. Every time I do, I record some important statistics, which is quite annoying. So I'm looking for alternatives. Let me try your suggestion!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2019 00:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-great-way-for-SAS-markdown/m-p/605974#M175903</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-21T00:27:32Z</dc:date>
    </item>
  </channel>
</rss>

