<?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: Newbie question here in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35817#M7080</link>
    <description>thank you very much for the time. I will work on the better research methods you describe! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Fri, 01 Aug 2008 14:23:10 GMT</pubDate>
    <dc:creator>gdok</dc:creator>
    <dc:date>2008-08-01T14:23:10Z</dc:date>
    <item>
      <title>Newbie question here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35815#M7078</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Pretty new SAS user here and I have search around (google) for this answer but i cant seem to find a good explanation. Can someone give me a hand and take 1 min to reply.&lt;BR /&gt;
&lt;BR /&gt;
In the following code:&lt;BR /&gt;
DATA _NULL_ ;&lt;BR /&gt;
CALL SYMPUT ( 'n_obs' , put ( n_obs, 5. ) ) ;&lt;BR /&gt;
STOP ;&lt;BR /&gt;
SET dsname nobs = n_obs;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
&lt;BR /&gt;
What does the '5' represent and what is it function?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Fri, 01 Aug 2008 13:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35815#M7078</guid>
      <dc:creator>gdok</dc:creator>
      <dc:date>2008-08-01T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35816#M7079</link>
      <description>The "5." is a numeric format. It says that the output field should have a width of  5. You should always look first in the SAS documentation instead of Google.  To learn about the format,  look in Base SAS: SAS Language Reference: Dictionary:  Dictionary of Language Elements: Formats, for the "w.d" numeric format. Next learn about the "PUT function" that is using that format, by looking in  Base SAS: SAS Language Reference: Dictionary: Dictionary of Language Elements: Functions and CALL Routines for "PUT function".</description>
      <pubDate>Fri, 01 Aug 2008 14:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35816#M7079</guid>
      <dc:creator>martha_sas</dc:creator>
      <dc:date>2008-08-01T14:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35817#M7080</link>
      <description>thank you very much for the time. I will work on the better research methods you describe! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 01 Aug 2008 14:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35817#M7080</guid>
      <dc:creator>gdok</dc:creator>
      <dc:date>2008-08-01T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35818#M7081</link>
      <description>You're welcome. You may want to read the documentation for the "CALL SYMPUT Routine", also in the "Functions and CALL Routines" section.</description>
      <pubDate>Fri, 01 Aug 2008 14:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35818#M7081</guid>
      <dc:creator>martha_sas</dc:creator>
      <dc:date>2008-08-01T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35819#M7082</link>
      <description>I may have been wrong to assume you have documentation available. Do you have anything? What do you get when you use the SAS Help menu? I am not much help if I tell you to look in documentation that you don't have.</description>
      <pubDate>Fri, 01 Aug 2008 14:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35819#M7082</guid>
      <dc:creator>martha_sas</dc:creator>
      <dc:date>2008-08-01T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35820#M7083</link>
      <description>I was able to find all the references you suggested online. They all start with the address support.sas.com/documentation.</description>
      <pubDate>Fri, 01 Aug 2008 15:23:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Newbie-question-here/m-p/35820#M7083</guid>
      <dc:creator>gdok</dc:creator>
      <dc:date>2008-08-01T15:23:57Z</dc:date>
    </item>
  </channel>
</rss>

