<?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: how can I cut the table short at 0bs=10 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/920160#M362409</link>
    <description>&lt;PRE&gt;why is this not printing out?  syntax?&lt;BR /&gt;&lt;BR /&gt;%macro yatesGunstAnova(&lt;BR /&gt;...&lt;BR /&gt;%macro save_dataset(df5);&lt;BR /&gt;    proc datasets library=work nolist; save df5; &lt;BR /&gt;    quit;&lt;BR /&gt;%mend;&lt;BR /&gt;&lt;BR /&gt;%save_dataset(df5);&lt;BR /&gt;%mend yatesGunstAnova;&lt;BR /&gt;&lt;BR /&gt;%macro yatesGunstAnova2;&lt;BR /&gt;data dsn2; set work.df5;&lt;BR /&gt;proc print data=dsn2; run; quit;&lt;BR /&gt;%mend;&lt;BR /&gt;%yatesGunstAnova2;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Mar 2024 18:37:07 GMT</pubDate>
    <dc:creator>marymarion</dc:creator>
    <dc:date>2024-03-13T18:37:07Z</dc:date>
    <item>
      <title>how can I cut the table short at 0bs=10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/919873#M362318</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Results_ Program3.sas.short.png" style="width: 772px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94569i2CDA97E785924A06/image-size/large?v=v2&amp;amp;px=999" role="button" title="Results_ Program3.sas.short.png" alt="Results_ Program3.sas.short.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 00:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/919873#M362318</guid>
      <dc:creator>marymarion</dc:creator>
      <dc:date>2024-03-12T00:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: how can I cut the table short at 0bs=10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/919879#M362319</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have(obs=10);
run;

/* or also */
proc print data=have(obs=10);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 00:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/919879#M362319</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-03-12T00:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: how can I cut the table short at 0bs=10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/920160#M362409</link>
      <description>&lt;PRE&gt;why is this not printing out?  syntax?&lt;BR /&gt;&lt;BR /&gt;%macro yatesGunstAnova(&lt;BR /&gt;...&lt;BR /&gt;%macro save_dataset(df5);&lt;BR /&gt;    proc datasets library=work nolist; save df5; &lt;BR /&gt;    quit;&lt;BR /&gt;%mend;&lt;BR /&gt;&lt;BR /&gt;%save_dataset(df5);&lt;BR /&gt;%mend yatesGunstAnova;&lt;BR /&gt;&lt;BR /&gt;%macro yatesGunstAnova2;&lt;BR /&gt;data dsn2; set work.df5;&lt;BR /&gt;proc print data=dsn2; run; quit;&lt;BR /&gt;%mend;&lt;BR /&gt;%yatesGunstAnova2;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Mar 2024 18:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/920160#M362409</guid>
      <dc:creator>marymarion</dc:creator>
      <dc:date>2024-03-13T18:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: how can I cut the table short at 0bs=10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/920220#M362431</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/463997"&gt;@marymarion&lt;/a&gt;&amp;nbsp;Please don't add new questions to already resolved discussions but create a new discussion. This will also give you more people looking into your new questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For what you are asking here what people likely will tell you:&lt;/P&gt;
&lt;P&gt;First write some code without macro that's working. Only then use macro language to make it dynamic. For the code you've shared: I can't see the reason why you are even using macros because there is nothing dynamic. ....any further comment only if you create a new question for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 23:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-can-I-cut-the-table-short-at-0bs-10/m-p/920220#M362431</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-03-13T23:36:45Z</dc:date>
    </item>
  </channel>
</rss>

