<?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: ISO FORMATS NOT LOADING in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ISO-FORMATS-NOT-LOADING/m-p/275374#M55056</link>
    <description>&lt;P&gt;I think you misunderstand formats. &amp;nbsp;When you see a format explained in the document they will often write:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$N8601EHw.d&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What this means when disected is, it is a character format - from the $, name is N8601EH, the width should be specified as an integer replacing the w, the .d indicates how many decimals. &amp;nbsp;For example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003170493.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003170493.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now in your example, you have not replaced "w.d" with the relevant information and n8601ehe.d is not the valid name for a format. &amp;nbsp;Unless you need to specify the width, you can omit it and get the defaults:&lt;BR /&gt;format SASFILE_END_TIME $N8601EH.;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2016 12:37:57 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-06-06T12:37:57Z</dc:date>
    <item>
      <title>ISO FORMATS NOT LOADING</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ISO-FORMATS-NOT-LOADING/m-p/275371#M55054</link>
      <description>&lt;P&gt;Trying to get all the datetime values into ISO format specified in the code, but gettig error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;218 data mnfst_data;&lt;BR /&gt;219 set mnfst_data;&lt;BR /&gt;220 format SASFILE_END_TIME $N8601EHw.d&lt;BR /&gt;----------&lt;BR /&gt;48&lt;BR /&gt;ERROR 48-59: The format N8601EHW was not found or could not be loaded.&lt;/P&gt;&lt;DIV class="messageBox"&gt;&lt;DIV class="messageTableDiv"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;even same for other ISO formats as well.&lt;/P&gt;&lt;P&gt;Is there some file i need to run in my local sas system to have them loaded?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ISO-FORMATS-NOT-LOADING/m-p/275371#M55054</guid>
      <dc:creator>sAura</dc:creator>
      <dc:date>2016-06-06T12:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISO FORMATS NOT LOADING</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ISO-FORMATS-NOT-LOADING/m-p/275374#M55056</link>
      <description>&lt;P&gt;I think you misunderstand formats. &amp;nbsp;When you see a format explained in the document they will often write:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$N8601EHw.d&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What this means when disected is, it is a character format - from the $, name is N8601EH, the width should be specified as an integer replacing the w, the .d indicates how many decimals. &amp;nbsp;For example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003170493.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003170493.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now in your example, you have not replaced "w.d" with the relevant information and n8601ehe.d is not the valid name for a format. &amp;nbsp;Unless you need to specify the width, you can omit it and get the defaults:&lt;BR /&gt;format SASFILE_END_TIME $N8601EH.;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ISO-FORMATS-NOT-LOADING/m-p/275374#M55056</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-06T12:37:57Z</dc:date>
    </item>
  </channel>
</rss>

