<?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 Activity, employment, unemployment, inactivity in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Activity-employment-unemployment-inactivity/m-p/470261#M24464</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm calculating rates of employment,activity, unemployment and inactivity by sex, age, nacionality, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doing the proces with de proc surveyfreq, the point is that I need diferente totals for each table, for example: for employment is the total of employment/total of population, but for unemployment is the total of&amp;nbsp;&lt;SPAN&gt;unemployment/total of active people.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can get the results in two proc surveyfreq and then link the tables, or there are an another way to be more eficient?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Virginia&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 11:27:37 GMT</pubDate>
    <dc:creator>Anabel</dc:creator>
    <dc:date>2018-06-14T11:27:37Z</dc:date>
    <item>
      <title>Activity, employment, unemployment, inactivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Activity-employment-unemployment-inactivity/m-p/470261#M24464</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm calculating rates of employment,activity, unemployment and inactivity by sex, age, nacionality, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm doing the proces with de proc surveyfreq, the point is that I need diferente totals for each table, for example: for employment is the total of employment/total of population, but for unemployment is the total of&amp;nbsp;&lt;SPAN&gt;unemployment/total of active people.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can get the results in two proc surveyfreq and then link the tables, or there are an another way to be more eficient?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Virginia&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Activity-employment-unemployment-inactivity/m-p/470261#M24464</guid>
      <dc:creator>Anabel</dc:creator>
      <dc:date>2018-06-14T11:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Activity, employment, unemployment, inactivity</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Activity-employment-unemployment-inactivity/m-p/470333#M24469</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215529"&gt;@Anabel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm calculating rates of employment,activity, unemployment and inactivity by sex, age, nacionality, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm doing the proces with de proc surveyfreq, the point is that I need diferente totals for each table, for example: for employment is the total of employment/total of population, but for unemployment is the total of&amp;nbsp;&lt;SPAN&gt;unemployment/total of active people.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can get the results in two proc surveyfreq and then link the tables, or there are an another way to be more eficient?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Virginia&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show the code you are currently using.&lt;/P&gt;
&lt;P&gt;If possible show an example of the output and what you want as output.&lt;/P&gt;
&lt;P&gt;Also when you say "total" it might help to describe what you actually mean, as in example data and which are totals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that a single call to proc surveyfreq can request multiple tables and there may be output options to request what you want.&lt;/P&gt;
&lt;P&gt;And example tables statement from one of my projects:&lt;/P&gt;
&lt;PRE&gt;   tables bmitile *(z_decay z_decay4 z_fill z_df  z_denthist z_alltreat
       z_resnone z_researly z_resurgent z_Seal ) /cv nowt nototal nocellpercent nostd &lt;BR /&gt;       row cl chisq1 wchisq lrchisq1; 
   ;
&lt;/PRE&gt;
&lt;P&gt;Requests cross tabulations of the BMITILE variable with 10 variables and suppresses some of the total and percentage results and request additional tests.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Activity-employment-unemployment-inactivity/m-p/470333#M24469</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-14T14:42:31Z</dc:date>
    </item>
  </channel>
</rss>

