<?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 CORRESP MCA with 'Yes/No' data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642966#M30783</link>
    <description>&lt;P&gt;Thanks. I was hoping there was an easier solution than formatting each field(I actually have a lot of fields that would need formatting). Looks like I'm switching to R. Appreciate the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Dave&lt;/P&gt;</description>
    <pubDate>Sat, 25 Apr 2020 23:28:15 GMT</pubDate>
    <dc:creator>DR500</dc:creator>
    <dc:date>2020-04-25T23:28:15Z</dc:date>
    <item>
      <title>PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642930#M30775</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need a little guidance here. I have categorical Yes/No data for multiple fields. I'm looking to cluster this using the MCA option in PROC CORRESP. However, when SAS spits out my Burt Table and my graph, it is not identifying which field the Yes or No answer belongs to. For instance, if my Field Name was 'HasBankAccount' with Yes or No as the answer, the Burt table will show 'Yes' and 'No', but does not say what field each 'Yes' and 'No' belongs to. I want it to show 'HasBankAccount_Yes' and 'HasBankAccount_No' or something similar just so I know which fields I'm looking at in my cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas? I've looked all over the internets and got nothing.&lt;/P&gt;&lt;P&gt;Thanks in advance! - Dave&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 18:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642930#M30775</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-25T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642937#M30777</link>
      <description>&lt;P&gt;Show us a representative portion of the data. Show us the output.&lt;/P&gt;
&lt;DIV id="tap-translate"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Apr 2020 20:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642937#M30777</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-25T20:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642941#M30778</link>
      <description>&lt;P&gt;Ok, here's a rudimentary mock-up:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Dataset&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CustID&lt;/TD&gt;&lt;TD&gt;HasAccount&lt;/TD&gt;&lt;TD&gt;HasSavings&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Burt Table&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Desired Output&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;HasAccount_Yes&lt;/TD&gt;&lt;TD&gt;HasAccount_No&lt;/TD&gt;&lt;TD&gt;HasSavings_Yes&lt;/TD&gt;&lt;TD&gt;HasSavings_No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HasAccount_Yes&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HasAccount_No&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HasSavings_Yes&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;HasSavings_No&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R seems to be able to do this with FactomineR, but I really want to do this in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this make more sense? Ignore the actual counts - I just made up the ones and twos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 20:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642941#M30778</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-25T20:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642950#M30781</link>
      <description>&lt;P&gt;If you look at &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_corresp_examples01.htm&amp;amp;locale=en" target="_self"&gt;this example&lt;/A&gt;, the levels of each variable are formatted differently, and so the Burt Table is interpretable. They accomplish this (as you should) by assigning formats to the original data, so then you can separate the Yes under "HasAccount" from the Yes under "Has Savings"&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 21:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642950#M30781</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-25T21:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642966#M30783</link>
      <description>&lt;P&gt;Thanks. I was hoping there was an easier solution than formatting each field(I actually have a lot of fields that would need formatting). Looks like I'm switching to R. Appreciate the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Dave&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 23:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/642966#M30783</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-25T23:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643005#M30785</link>
      <description>&lt;P&gt;Why not change your data?&lt;/P&gt;
&lt;P&gt;P.S. Fixed it now, Should test it firstly .&lt;BR /&gt;&lt;BR /&gt;data want;&lt;BR /&gt;set have;&lt;BR /&gt;array x{*} $ _character_;&lt;BR /&gt;do i=1 to dim(x);&lt;BR /&gt;x{i}=catx('_',vname(x{i}),x{i});&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 10:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643005#M30785</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-04-27T10:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643006#M30786</link>
      <description>&lt;P&gt;Great idea, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/301008"&gt;@DR500&lt;/a&gt; you should give this a try.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 11:32:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643006#M30786</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-26T11:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643096#M30788</link>
      <description>&lt;P&gt;Thanks! I tried what you posted and received the following error:&lt;/P&gt;&lt;PRE class="sasLog"&gt;Array subscript out of range at line 75 column 21.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;Is this the result of a length issue? If so, is there an easy way to correct it? I'd like to do it with script, but if necessary, I can brute force it by writing formulas in Excel to modify. FYI - extensive SQL background but fairly new to SAS, so please bear with me on this! Thanks! - Dave&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 18:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643096#M30788</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-26T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643098#M30789</link>
      <description>&lt;P&gt;Show us the log (not just the error message, but the entire log so we can see the code you used and the NOTEs and WARNINGs and ERRORs, unedited, verbatim)&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 18:04:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643098#M30789</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-26T18:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643099#M30790</link>
      <description>&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 data work.test;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 set work.custdata_mod;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 array x{*} $ _character_;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 do _n_=1 to dim(x);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 x{i}=catx('_',vname(x{i}),x{i});&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 end;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Variable i is uninitialized.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Array subscript out of range at line 75 column 21.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;customerID=7590-VHVEG gender=Female Partner=Yes Dependents=No tenure=1 PhoneService=No MultipleLines=No InternetService=DSL&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;OnlineSecurity=No OnlineBackup=Yes DeviceProtection=No TechSupport=No StreamingTV=No StreamingMovies=No Contract=Month-to-month&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;PaperlessBilling=Yes PaymentMethod=Electronic check MonthlyCharges=29.85 TotalCharges=29.85 SeniorCitizen=No Churn=0&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Tenure_Group=0-12 Months MonthlyCharges_Group=0-35 DollarsPerMonth i=. _ERROR_=1 _N_=1&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 1 observations read from the data set WORK.CUSTDATA_MOD.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.TEST may be incomplete. When this step was stopped there were 0 observations and 24 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 2450.03k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 36268.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 04/26/2020 05:34:03 PM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 70 Switch Count 2&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 433&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 264&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;90&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Apr 2020 18:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643099#M30790</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-26T18:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643118#M30793</link>
      <description>&lt;P&gt;Seems like both Ksharp and I missed the obvious mistake.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You want to use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;do i=1 to dim(x);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Apr 2020 20:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643118#M30793</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-26T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643123#M30794</link>
      <description>&lt;P&gt;That fixed it! However, it modified all the character fields (which is what the script told it to do) but instead of using _character_, can I list only the fields(variables) that I want changed? Like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;array x{*} $ OnlineSecurity OnlineBackup DeviceProtection;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or create a macro and call it for the fields I need like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;array x{*} $ &amp;amp;mod_fields;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would either of those work? Thanks for all the help on this!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 20:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643123#M30794</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-26T20:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643125#M30795</link>
      <description>&lt;P&gt;Nevermind - I just played around with it and it ran fine with a macro. Really appreciate all the help!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 20:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643125#M30795</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-26T20:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643126#M30796</link>
      <description>&lt;P&gt;Sure that works, but let's get the terminology correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;amp;mod_fields is a macro variable, it is not a macro. Macro variables are different than macros, and hopefully using the correct name can avoid confusion in the future.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 20:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643126#M30796</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-26T20:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORRESP MCA with 'Yes/No' data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643130#M30797</link>
      <description>&lt;P&gt;Got it. Like I said, coming from 15+ years of SQL to this is interesting - all sorts of different terminology. Thanks again!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2020 21:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CORRESP-MCA-with-Yes-No-data/m-p/643130#M30797</guid>
      <dc:creator>DR500</dc:creator>
      <dc:date>2020-04-26T21:16:47Z</dc:date>
    </item>
  </channel>
</rss>

