<?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: Warning: Dimension crossing has multiple format modifiers in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421615#M27150</link>
    <description>&lt;PRE&gt;proc tabulate data=sashelp.class;
   class age;
   var height;
   table age,
         height *sum*f=best4.;
run;&lt;/PRE&gt;
&lt;P&gt;The problem comes from what ever generated this snippet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;COUNT_DISTINCT_of_AIRBILL_WNBR*F=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;COMMA19.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;*&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;When a variable is a VAR variable the only formats should be associated with the statistic as VAR does not show individual values of the variable.&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;proc tabulate data=sashelp.class;
   class age;
   var height;
   table age,
         height*f=f3.2 *sum*f=best4.;
run;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;will duplicate your warning message but&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;proc tabulate data=sashelp.class;
   class age;
   var height;
   table age,
         height *sum*f=best4.;
run;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Notice the result will be the same as the Proc Tabulate call with the improper format just ignores it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2017 15:56:41 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-12-15T15:56:41Z</dc:date>
    <item>
      <title>Warning: Dimension crossing has multiple format modifiers</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421568#M27145</link>
      <description>&lt;P&gt;"Warning: Dimension crossing has multiple format modifiers"&lt;BR /&gt;&lt;BR /&gt;I am receiving the above warning in my log file.&amp;nbsp; It puts a little exclamation point on the icon for that section of the program.&amp;nbsp; Being very OCD, I hate the little exclamation point &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;P&gt;Any ideas?&amp;nbsp; What can I post to help identify the source of the warning?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being sooooo new to SAS is frustrating when it comes to troubleshooting.&amp;nbsp; I appreciate everyone's patience &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;P&gt;Rita Yee&lt;/P&gt;&lt;P&gt;Project Engineer&lt;/P&gt;&lt;P&gt;FedEx Express - Global Trade Services&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421568#M27145</guid>
      <dc:creator>RPYee</dc:creator>
      <dc:date>2017-12-15T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Dimension crossing has multiple format modifiers</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421569#M27146</link>
      <description>&lt;P&gt;Is this coming from PROC TABULATE (or the Summary Tables task)?&amp;nbsp; Can you post the generated SAS program (or the code you wrote)?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 14:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421569#M27146</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-15T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Dimension crossing has multiple format modifiers</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421602#M27149</link>
      <description>&lt;P&gt;I am using the GUI.&amp;nbsp; The warning is in the summary definition.&amp;nbsp;I think this is the correct code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE1&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"Count of Cage Reason Uses"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FOOTNOTE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FOOTNOTE1&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* -------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Code generated by SAS Task&lt;/P&gt;&lt;P&gt;Generated on: Friday, December 15, 2017 at 8:59:02 AM&lt;/P&gt;&lt;P&gt;By task: Summary of top Cage Reasons&lt;/P&gt;&lt;P&gt;Input Data: SASApp:WORK.QUERY_FOR_CAGE_PIECE_FACT&lt;/P&gt;&lt;P&gt;Server: SASApp&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;/* -------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Run the tabulate procedure&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;TABULATE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=WORK.QUERY_FOR_CAGE_PIECE_FACT&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;VAR&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; COUNT_DISTINCT_of_AIRBILL_WNBR;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CLASS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CAGE_REASON_CD / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ORDER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=UNFORMATTED &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MISSING&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CLASS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; WEEK_FLAG / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ORDER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=UNFORMATTED &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DESCENDING&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MISSING&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CLASS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; LOCATION_CD / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ORDER&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=UNFORMATTED &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MISSING&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TABLE&lt;/FONT&gt; &lt;FONT color="#008000" face="Courier New" size="3"&gt;/* Row Dimension */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAGE_REASON_CD*&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;COUNT_DISTINCT_of_AIRBILL_WNBR*F=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;COMMA19.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Sum*F=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;COMMA8.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Column Dimension */&lt;/P&gt;&lt;P&gt;WEEK_FLAG*&lt;/P&gt;&lt;P&gt;LOCATION_CD&lt;/P&gt;&lt;P&gt;WEEK_FLAG&lt;/P&gt;&lt;P&gt;/*Table Options */&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MISSTEXT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"0"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* -------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;End of task code&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;QUIT&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FOOTNOTE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll be glad when I know what I'm doing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Rita&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421602#M27149</guid>
      <dc:creator>RPYee</dc:creator>
      <dc:date>2017-12-15T15:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Dimension crossing has multiple format modifiers</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421615#M27150</link>
      <description>&lt;PRE&gt;proc tabulate data=sashelp.class;
   class age;
   var height;
   table age,
         height *sum*f=best4.;
run;&lt;/PRE&gt;
&lt;P&gt;The problem comes from what ever generated this snippet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;COUNT_DISTINCT_of_AIRBILL_WNBR*F=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;COMMA19.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;*&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;When a variable is a VAR variable the only formats should be associated with the statistic as VAR does not show individual values of the variable.&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;proc tabulate data=sashelp.class;
   class age;
   var height;
   table age,
         height*f=f3.2 *sum*f=best4.;
run;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;will duplicate your warning message but&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;proc tabulate data=sashelp.class;
   class age;
   var height;
   table age,
         height *sum*f=best4.;
run;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Notice the result will be the same as the Proc Tabulate call with the improper format just ignores it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Warning-Dimension-crossing-has-multiple-format-modifiers/m-p/421615#M27150</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-15T15:56:41Z</dc:date>
    </item>
  </channel>
</rss>

