<?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: set the values to missing in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7492#M790</link>
    <description>Thanks for all your help.</description>
    <pubDate>Mon, 17 Mar 2008 14:41:35 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-03-17T14:41:35Z</dc:date>
    <item>
      <title>set the values to missing</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7488#M786</link>
      <description>Hi, &lt;BR /&gt;
I am new to SAS &amp;amp; want some help regarding this. I want to create a refdata from the original datasets. The refdata should have only one observation with all the values of the variables is set to missing, and so it shows only the data type. So how is this acheived?</description>
      <pubDate>Fri, 14 Mar 2008 16:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7488#M786</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-14T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: set the values to missing</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7489#M787</link>
      <description>Hi:&lt;BR /&gt;
  Perhaps you just want a PROC CONTENTS variables list:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc contents data=sashelp.class;&lt;BR /&gt;
  title 'What are the Variables in SASHELP.CLASS?';&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 14 Mar 2008 18:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7489#M787</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-14T18:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: set the values to missing</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7490#M788</link>
      <description>Thanks Cynthia.&lt;BR /&gt;
&lt;BR /&gt;
But Proc content displays only the list of the variables.&lt;BR /&gt;
&lt;BR /&gt;
What I wanted is how do I change the vaules of each variables in each dataset to missing so that I have only empty datasets just with Attirbutes? This is needed for comparing the datasets. I have around 25 datasets, so I need to cut down the time of doing it one by one.&lt;BR /&gt;
&lt;BR /&gt;
Anyways, thanks for your help.</description>
      <pubDate>Fri, 14 Mar 2008 19:06:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7490#M788</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-14T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: set the values to missing</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7491#M789</link>
      <description>To compare data set attributes, youo coul dyse PROC COMPARE and tell it to suppress the record-level comparisons.&lt;BR /&gt;
&lt;BR /&gt;
You could also use PROC CONTENTS and output the data structure and then use PROC COMPARE on the results.&lt;BR /&gt;
&lt;BR /&gt;
Doc</description>
      <pubDate>Fri, 14 Mar 2008 21:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7491#M789</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-03-14T21:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: set the values to missing</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7492#M790</link>
      <description>Thanks for all your help.</description>
      <pubDate>Mon, 17 Mar 2008 14:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/set-the-values-to-missing/m-p/7492#M790</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-17T14:41:35Z</dc:date>
    </item>
  </channel>
</rss>

