<?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 do I use labels and obs in the same statement? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779805#M31576</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=tsa.claims_cleaned(obs=10) label; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;obs= is a data set option!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Nov 2021 14:40:17 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-11-11T14:40:17Z</dc:date>
    <item>
      <title>How do I use labels and obs in the same statement?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779802#M31575</link>
      <description>&lt;P&gt;I would like to proc print the labels i created but only print 10 obs. How do i do that? Much help is appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;format Incident_Date Date_Received date9. Close_Amount Dollar20.2;
label Airport_Code="Airport Code"
	Airport_Name="Airport Name"
	Claim_Number="Claim Number"
	Claim_Site="Claim Site"
	Claim_Type="Claim Type"
	Close_Amount="Close Amount"
	Date_Issues="Date Issues"
	Date_Received="Date Received"
	Incident_Date="Incident Date"
	Item_Category="Item Category";
	
proc options option=label;
run;

proc print data=tsa.claims_cleaned label; (obs=10);
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Nov 2021 14:26:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779802#M31575</guid>
      <dc:creator>berrimochi</dc:creator>
      <dc:date>2021-11-11T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use labels and obs in the same statement?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779805#M31576</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=tsa.claims_cleaned(obs=10) label; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;obs= is a data set option!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 14:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779805#M31576</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-11T14:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use labels and obs in the same statement?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779809#M31577</link>
      <description>Thank you so much!!!!</description>
      <pubDate>Thu, 11 Nov 2021 14:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-do-I-use-labels-and-obs-in-the-same-statement/m-p/779809#M31577</guid>
      <dc:creator>berrimochi</dc:creator>
      <dc:date>2021-11-11T14:55:37Z</dc:date>
    </item>
  </channel>
</rss>

