<?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 Format not carrying through from EG to VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-not-carrying-through-from-EG-to-VA/m-p/436503#M9451</link>
    <description>&lt;P&gt;Hello, I have the following formatting in Enterprise guide:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc format library=mylib;&lt;BR /&gt;picture positive_sign&lt;BR /&gt;low - &amp;lt; 0 = '00000.0'(prefix='-')&lt;BR /&gt;0 = '9'&lt;BR /&gt;0 &amp;lt; - high = '00000.0' (prefix='+');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The format works in the EG data set:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POsitive Sign.JPG" style="width: 86px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18470iDB35FC12C0043344/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POsitive Sign.JPG" alt="POsitive Sign.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When we load the data set to SAS VA,&amp;nbsp;we get the foolowing error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VA Positive Sign.JPG" style="width: 361px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18473iC67FBAB4A9D91525/image-size/large?v=v2&amp;amp;px=999" role="button" title="VA Positive Sign.JPG" alt="VA Positive Sign.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have attempted to use a case statement with concat to get the positive sign to display with the value. However, that automatically turns the datatype to string when I want my end result to be numeric.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone encountered this issue? Any help is appreciated. Thank you very much.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2018 22:48:29 GMT</pubDate>
    <dc:creator>SASUser_86</dc:creator>
    <dc:date>2018-02-12T22:48:29Z</dc:date>
    <item>
      <title>Format not carrying through from EG to VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-not-carrying-through-from-EG-to-VA/m-p/436503#M9451</link>
      <description>&lt;P&gt;Hello, I have the following formatting in Enterprise guide:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc format library=mylib;&lt;BR /&gt;picture positive_sign&lt;BR /&gt;low - &amp;lt; 0 = '00000.0'(prefix='-')&lt;BR /&gt;0 = '9'&lt;BR /&gt;0 &amp;lt; - high = '00000.0' (prefix='+');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The format works in the EG data set:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POsitive Sign.JPG" style="width: 86px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18470iDB35FC12C0043344/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POsitive Sign.JPG" alt="POsitive Sign.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When we load the data set to SAS VA,&amp;nbsp;we get the foolowing error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VA Positive Sign.JPG" style="width: 361px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18473iC67FBAB4A9D91525/image-size/large?v=v2&amp;amp;px=999" role="button" title="VA Positive Sign.JPG" alt="VA Positive Sign.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have attempted to use a case statement with concat to get the positive sign to display with the value. However, that automatically turns the datatype to string when I want my end result to be numeric.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone encountered this issue? Any help is appreciated. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 22:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-not-carrying-through-from-EG-to-VA/m-p/436503#M9451</guid>
      <dc:creator>SASUser_86</dc:creator>
      <dc:date>2018-02-12T22:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Format not carrying through from EG to VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-not-carrying-through-from-EG-to-VA/m-p/436520#M9452</link>
      <description>&lt;P&gt;The SAS format catalog where positive_sign is stored - in your case the file formats.sas7bcat in your library MYLIB needs to be copied over to the SAS VA folder location as described here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaag/69958/HTML/default/viewer.htm#n1smzfeuhcmcb5n1qfoxg1t2o83k.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaag/69958/HTML/default/viewer.htm#n1smzfeuhcmcb5n1qfoxg1t2o83k.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 01:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Format-not-carrying-through-from-EG-to-VA/m-p/436520#M9452</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-02-13T01:07:40Z</dc:date>
    </item>
  </channel>
</rss>

