<?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: Ignoring formula= could cause circular reference in excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744224#M233137</link>
    <description>&lt;P&gt;&lt;STRONG&gt;CODE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;**Pulls "fa" post rule conditions**;&lt;/P&gt;&lt;P&gt;Data work.conditions;&lt;BR /&gt;set almis_.fa_postcond;&lt;BR /&gt;where substr(tran_post_code,1,1) in &amp;amp;type and action_code in &amp;amp;action;&lt;BR /&gt;run;&lt;BR /&gt;Data work.conditions01;&lt;BR /&gt;set work.conditions;&lt;BR /&gt;if condition_2='' then condition_2='[null]';&lt;BR /&gt;else;&lt;BR /&gt;run;&lt;BR /&gt;Data work.conditions01;&lt;BR /&gt;set work.conditions01;&lt;BR /&gt;logic=catx(' ', condition_1, operator_1, condition_2, operator_2);&lt;BR /&gt;run;&lt;BR /&gt;Proc sort data=work.conditions01;&lt;BR /&gt;by action_code tran_post_code cond_order condition_1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;*************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG FILE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;P&gt;94&amp;nbsp;&amp;nbsp; **Pulls "fa" post rule conditions**;&lt;BR /&gt;95&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;6&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The SAS System&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; Thursday, May 27, 2021 11:01:36 AM&lt;BR /&gt;&lt;BR /&gt;96&amp;nbsp;&amp;nbsp;&amp;nbsp; Data work.conditions;&lt;BR /&gt;97&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set almis_.fa_postcond;&lt;BR /&gt;98&amp;nbsp;&amp;nbsp; &amp;nbsp;where substr(tran_post_code,1,1) in &amp;amp;type and action_code in &amp;amp;action;&lt;BR /&gt;99&amp;nbsp;&amp;nbsp; &amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set ALMIS_.FA_POSTCOND.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE SUBSTR(tran_post_code, 1, 1) in ('E', 'F', 'G', 'H') and action_code in (14, 16, 19, 20, 21, 23, 26, 28, 29, 30, 32,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33, 34, 36, 39, 40, 106, 124, 153, 154);&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS has 828 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;100&amp;nbsp;&amp;nbsp; Data work.conditions01;&lt;BR /&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&amp;nbsp; work.conditions;&lt;BR /&gt;102&amp;nbsp; &amp;nbsp;&amp;nbsp;if condition_2='' then condition_2='[null]';&lt;BR /&gt;103&amp;nbsp; &amp;nbsp;&amp;nbsp;else;&lt;BR /&gt;104&amp;nbsp; &amp;nbsp;&amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;105&amp;nbsp; Data work.conditions01;&lt;BR /&gt;106&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set work.conditions01;&lt;BR /&gt;107&amp;nbsp; &amp;nbsp;logic=catx(' ', condition_1, operator_1, condition_2, operator_2);&lt;BR /&gt;108&amp;nbsp; &amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS01.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 8 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;109&amp;nbsp; Proc sort data=work.conditions01;&lt;BR /&gt;110&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by action_code tran_post_code cond_order condition_1;&lt;BR /&gt;111&amp;nbsp; &amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS01.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 8 variables.&lt;BR /&gt;NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 16:28:58 GMT</pubDate>
    <dc:creator>bweeks59</dc:creator>
    <dc:date>2021-05-27T16:28:58Z</dc:date>
    <item>
      <title>WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744211#M233128</link>
      <description>&lt;P&gt;Hope someone can help me figure this out....I am getting a warning in code someone else wrote; so i am not exactly sure what they were trying to see if on condition_2&amp;nbsp; the value is missing then set the return to state null. Hope this makes sense; still new at SAS. I get returned information but if the value is missing it leaves it blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I write this to get NULL instead of blank fields?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Data work.conditions01;&lt;BR /&gt;      set  work.conditions;&lt;BR /&gt;	  if condition_2='' then condition_2='[null]';&lt;BR /&gt;	  else;&lt;BR /&gt;	  run;&lt;/PRE&gt;&lt;DIV class="sasWarning sapUiTreeNodeSelected"&gt;WARNING: Ignoring formula = 2 OR REPCODE &amp;amp;lt;&amp;amp;gt; C AND SOURCE &amp;amp;lt;&amp;amp;gt; [null] OR, which otherwise might cause a circular&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;reference in Excel.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;log file contains no errors&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&lt;P&gt;100&amp;nbsp;&amp;nbsp; Data work.conditions01;&lt;BR /&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&amp;nbsp; work.conditions;&lt;BR /&gt;102&amp;nbsp; &amp;nbsp;&amp;nbsp;if condition_2='' then condition_2='[null]';&lt;BR /&gt;103&amp;nbsp; &amp;nbsp;&amp;nbsp;else;&lt;BR /&gt;104&amp;nbsp; &amp;nbsp;&amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excel output:&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bweeks59_0-1622131532395.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59813i76B1DD787E47ECB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bweeks59_0-1622131532395.png" alt="bweeks59_0-1622131532395.png" /&gt;&lt;/span&gt;&lt;P&gt;blank condition_2 should say null I believe???&lt;/P&gt;&lt;P&gt;Thanks in advance for you r time,&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 May 2021 16:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744211#M233128</guid>
      <dc:creator>bweeks59</dc:creator>
      <dc:date>2021-05-27T16:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744215#M233131</link>
      <description>If you view the SAS data set, conditions01m does it have the NULL value you'd like to see?&lt;BR /&gt;&lt;BR /&gt;Show the screenshot of that table please. &lt;BR /&gt;&lt;BR /&gt;Also, how did you export your data to Excel? Were there any warnings or notes?</description>
      <pubDate>Thu, 27 May 2021 16:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744215#M233131</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-27T16:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744221#M233134</link>
      <description>&lt;P&gt;the table shows null but the log gives me a warning and it does not print&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bweeks59_0-1622132309473.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59816i344EE38D20BD9D92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bweeks59_0-1622132309473.png" alt="bweeks59_0-1622132309473.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744221#M233134</guid>
      <dc:creator>bweeks59</dc:creator>
      <dc:date>2021-05-27T16:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744222#M233135</link>
      <description>Please show the code and log that generates the error.</description>
      <pubDate>Thu, 27 May 2021 16:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744222#M233135</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-27T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744224#M233137</link>
      <description>&lt;P&gt;&lt;STRONG&gt;CODE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;**Pulls "fa" post rule conditions**;&lt;/P&gt;&lt;P&gt;Data work.conditions;&lt;BR /&gt;set almis_.fa_postcond;&lt;BR /&gt;where substr(tran_post_code,1,1) in &amp;amp;type and action_code in &amp;amp;action;&lt;BR /&gt;run;&lt;BR /&gt;Data work.conditions01;&lt;BR /&gt;set work.conditions;&lt;BR /&gt;if condition_2='' then condition_2='[null]';&lt;BR /&gt;else;&lt;BR /&gt;run;&lt;BR /&gt;Data work.conditions01;&lt;BR /&gt;set work.conditions01;&lt;BR /&gt;logic=catx(' ', condition_1, operator_1, condition_2, operator_2);&lt;BR /&gt;run;&lt;BR /&gt;Proc sort data=work.conditions01;&lt;BR /&gt;by action_code tran_post_code cond_order condition_1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;*************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG FILE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;P&gt;94&amp;nbsp;&amp;nbsp; **Pulls "fa" post rule conditions**;&lt;BR /&gt;95&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;6&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The SAS System&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; Thursday, May 27, 2021 11:01:36 AM&lt;BR /&gt;&lt;BR /&gt;96&amp;nbsp;&amp;nbsp;&amp;nbsp; Data work.conditions;&lt;BR /&gt;97&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set almis_.fa_postcond;&lt;BR /&gt;98&amp;nbsp;&amp;nbsp; &amp;nbsp;where substr(tran_post_code,1,1) in &amp;amp;type and action_code in &amp;amp;action;&lt;BR /&gt;99&amp;nbsp;&amp;nbsp; &amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set ALMIS_.FA_POSTCOND.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE SUBSTR(tran_post_code, 1, 1) in ('E', 'F', 'G', 'H') and action_code in (14, 16, 19, 20, 21, 23, 26, 28, 29, 30, 32,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 33, 34, 36, 39, 40, 106, 124, 153, 154);&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS has 828 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.02 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;100&amp;nbsp;&amp;nbsp; Data work.conditions01;&lt;BR /&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&amp;nbsp; work.conditions;&lt;BR /&gt;102&amp;nbsp; &amp;nbsp;&amp;nbsp;if condition_2='' then condition_2='[null]';&lt;BR /&gt;103&amp;nbsp; &amp;nbsp;&amp;nbsp;else;&lt;BR /&gt;104&amp;nbsp; &amp;nbsp;&amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 7 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;105&amp;nbsp; Data work.conditions01;&lt;BR /&gt;106&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set work.conditions01;&lt;BR /&gt;107&amp;nbsp; &amp;nbsp;logic=catx(' ', condition_1, operator_1, condition_2, operator_2);&lt;BR /&gt;108&amp;nbsp; &amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS01.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 8 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;109&amp;nbsp; Proc sort data=work.conditions01;&lt;BR /&gt;110&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by action_code tran_post_code cond_order condition_1;&lt;BR /&gt;111&amp;nbsp; &amp;nbsp;run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 828 observations read from the data set WORK.CONDITIONS01.&lt;BR /&gt;NOTE: The data set WORK.CONDITIONS01 has 828 observations and 8 variables.&lt;BR /&gt;NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744224#M233137</guid>
      <dc:creator>bweeks59</dc:creator>
      <dc:date>2021-05-27T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744226#M233139</link>
      <description>No errors and no export code shown.</description>
      <pubDate>Thu, 27 May 2021 16:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744226#M233139</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-27T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744227#M233140</link>
      <description>I am unable top include the complete code set due to confidential information, thanks</description>
      <pubDate>Thu, 27 May 2021 16:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744227#M233140</guid>
      <dc:creator>bweeks59</dc:creator>
      <dc:date>2021-05-27T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744229#M233141</link>
      <description>Then you'll need to work with SAS tech support.</description>
      <pubDate>Thu, 27 May 2021 16:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744229#M233141</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-27T16:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744232#M233142</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bweeks59_0-1622133153328.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59818i033151DE81073E87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bweeks59_0-1622133153328.png" alt="bweeks59_0-1622133153328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the log shows no errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print statement:&lt;/P&gt;&lt;P&gt;ods excel options(sheet_name="conditions");&lt;BR /&gt;Proc print data=work.conditions style(header)=[backgroundcolor=lightblue fontfamily=times fontweight=bold] noobs;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744232#M233142</guid>
      <dc:creator>bweeks59</dc:creator>
      <dc:date>2021-05-27T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744234#M233143</link>
      <description>It shows a lot of warnings. Which field is generating the warnings? Drop variables one by one and see which one is the issue, though I suspect it's the LOGIC variable. Then check it via your data but doing it by rows. So do the first half of your data and see what errors are generated. If none are keep adding data until it generates and then isolate the records and identify your issue. &lt;BR /&gt;&lt;BR /&gt;That's the best I can offer with what you're willing to share. Showing the code with the log is more helpful than just the warnings as SAS usually illustrates where the issue is in the log but you're not sharing the right sections. &lt;BR /&gt;&lt;BR /&gt;Good Luck.</description>
      <pubDate>Thu, 27 May 2021 16:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744234#M233143</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-27T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Ignoring formula= could cause circular reference in excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744235#M233144</link>
      <description>&lt;P&gt;thanks for looking at this for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-Ignoring-formula-could-cause-circular-reference-in-excel/m-p/744235#M233144</guid>
      <dc:creator>bweeks59</dc:creator>
      <dc:date>2021-05-27T16:37:56Z</dc:date>
    </item>
  </channel>
</rss>

