<?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: proc tabulate create new line in label and capitalize for each word in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582348#M34514</link>
    <description>Can you give me the example..</description>
    <pubDate>Tue, 20 Aug 2019 08:56:37 GMT</pubDate>
    <dc:creator>merahilyana</dc:creator>
    <dc:date>2019-08-20T08:56:37Z</dc:date>
    <item>
      <title>proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582304#M34508</link>
      <description>&lt;P&gt;TITLE;&lt;BR /&gt;TITLE1 j=left FONT='Arial' c=black Bold "student UITM";&lt;BR /&gt;TITLE2 j=left FONT='Arial' italic H=3 " 2000";&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;Code generated by SAS Task&lt;/P&gt;&lt;P&gt;Generated on: Monday, August 19, 2019 at 1:04:19 PM&lt;BR /&gt;By task: Summary Tables (2)&lt;/P&gt;&lt;P&gt;Input Data: SASOA:WORK.Student&lt;BR /&gt;Server: SASOA&lt;BR /&gt;------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;%_eg_conditional_dropds(WORK.AA);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;Run the tabulate procedure&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;ods escapechar='\';&lt;BR /&gt;PROC TABULATE&lt;BR /&gt;DATA=WORK.student (FIRSTOBS=1) STYLE={CELLPADDING=50 TEXTALIGN=C HEIGHT=20}&lt;/P&gt;&lt;P&gt;OUT=WORK.AA(LABEL="Summary Tables for Student UITM")&lt;BR /&gt;&lt;BR /&gt;;&lt;BR /&gt;VAR STATE_ID;&lt;BR /&gt;CLASS REF_YEAR / ORDER=UNFORMATTED MISSING;&lt;BR /&gt;CLASS STATE_NAME_E / ORDER=UNFORMATTED MISSING;&lt;BR /&gt;TABLE&lt;BR /&gt;/* Row Dimension */&lt;BR /&gt;ALL={LABEL="Malaysia"} STATE_NAME_E={LABEL=" "} ,&lt;BR /&gt;/* Column Dimension */&lt;BR /&gt;REF_YEAR={LABEL=" "}*(STATE_ID={LABEL=" "}*N ={LABEL='Bilangan Numbers'}*F=COMMA12. STATE_ID={LABEL=" "}*ColPctN={LABEL="%"})&lt;BR /&gt;/*Table Options */&lt;BR /&gt;/ BOX={LABEL='Negeri State'};&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;End of task code&lt;BR /&gt;------------------------------------------------------------------- */&lt;BR /&gt;RUN; QUIT;&lt;BR /&gt;TITLE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me:&lt;/P&gt;&lt;P&gt;1) how to split/ new line in&amp;nbsp;Negeri State [BOX={LABEL='Negeri State'}] and&amp;nbsp;Bilangan Numbers [N ={LABEL='Bilangan Numbers'}].&lt;/P&gt;&lt;P&gt;eg: in the table will be [Negeri state] but I want it will be like&amp;nbsp; Negeri&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;State&lt;/P&gt;&lt;P&gt;2) how to do uppercase to be Capitalize each word&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg: KUALA LUMPUR will be Kuala Lumpur&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 03:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582304#M34508</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-20T03:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582312#M34509</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269173"&gt;@merahilyana&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) how to do uppercase to be Capitalize each word&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg: KUALA LUMPUR will be Kuala Lumpur&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the function &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n169kj2of5nur0n1bl1hubv55q63.htm" target="_self"&gt;propcase&lt;/A&gt; to apply the required changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: You will need to write a data step to use the function.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 05:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582312#M34509</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-20T05:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582327#M34510</link>
      <description>&lt;P&gt;i done try but it get error&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 07:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582327#M34510</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-20T07:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582331#M34511</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269173"&gt;@merahilyana&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i done try but it get error&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Because i don't work for nsa or cia i don't have access to your computer and can't see the log with the error message. You should post the log using the {i} icon.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 07:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582331#M34511</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-20T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582336#M34512</link>
      <description>&lt;P&gt;where place I must put propcase?? it is after proc tabulate or before or can put inside proc tabulate&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582336#M34512</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-20T08:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582344#M34513</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269173"&gt;@merahilyana&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;where place I must put propcase?? it is after proc tabulate or before or can put inside proc tabulate&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need a separate step before proc tabulate.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582344#M34513</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-20T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582348#M34514</link>
      <description>Can you give me the example..</description>
      <pubDate>Tue, 20 Aug 2019 08:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582348#M34514</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-20T08:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582353#M34515</link>
      <description>data;&lt;BR /&gt;STATE_NAME_E=propcase(STATE_NAME_E);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;i did like this before proc tabulate.. but nothing changed in result</description>
      <pubDate>Tue, 20 Aug 2019 09:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582353#M34515</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-20T09:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582390#M34516</link>
      <description>&lt;P&gt;You haven't written any&amp;nbsp; sas&amp;nbsp; code, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need something like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.ProperStateName;
  set INSERT_THE_NAME_OF_YOUR_DATASET_HERE;
  STATE_NAME_E=propcase(STATE_NAME_E);
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Afterwards you have to use work.ProperStateName in proc tabulate.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582390#M34516</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-20T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582656#M34518</link>
      <description>&lt;P&gt;ok tq..i will try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it appears on data set but not in the result tabulate..&lt;/P&gt;&lt;P&gt;how&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 03:17:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582656#M34518</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-21T03:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582667#M34519</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269173"&gt;@merahilyana&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;ok tq..i will try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it appears on data set but not in the result tabulate..&lt;/P&gt;
&lt;P&gt;how&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Have you changed the dataset in proc tabulate?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 05:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582667#M34519</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-08-21T05:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582719#M34531</link>
      <description>Yay, Finally I can solve it question no 2. Thank you for helping me.</description>
      <pubDate>Wed, 21 Aug 2019 10:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/582719#M34531</guid>
      <dc:creator>merahilyana</dc:creator>
      <dc:date>2019-08-21T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate create new line in label and capitalize for each word</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/584344#M34578</link>
      <description>&lt;P&gt;To insert a line break in the middle of a label, you just need to use your ODS Escapechar with the line break command, 'n'. Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{LABEL='Negeri\nState'}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 19:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/proc-tabulate-create-new-line-in-label-and-capitalize-for-each/m-p/584344#M34578</guid>
      <dc:creator>LisaSklar</dc:creator>
      <dc:date>2019-08-27T19:50:53Z</dc:date>
    </item>
  </channel>
</rss>

