<?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: ERROR: The informat HHMM was not found or could not be loaded.  Works on local but not server. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560156#M156555</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Looking at other posts it looks like the common solution is to add SS to the format.&amp;nbsp; Any idea why an error or warning is not thrown with Enterprise Guide?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No idea at all.&amp;nbsp;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://communities.sas.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 14:16:38 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-05-20T14:16:38Z</dc:date>
    <item>
      <title>ERROR: The informat HHMM was not found or could not be loaded.  Works on local but not server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560150#M156550</link>
      <description>&lt;P&gt;I have a script that runs correctly in Enterprise Guide on my computer.&amp;nbsp; However when I run the script overnight on a server it errors.&amp;nbsp; With the block:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql;&lt;/P&gt;
&lt;P&gt;_&lt;STRONG&gt;33&lt;/STRONG&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;05&lt;/STRONG&gt;:&lt;STRONG&gt;28&lt;/STRONG&gt; Monday, May &lt;STRONG&gt;20&lt;/STRONG&gt;, &lt;STRONG&gt;2019&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1421&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1422&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1423&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table capacity_base as&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1424&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1425&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1426&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select academic_period, census_period, input(begin_time1,hhmm.) as time, COURSE_IDENTIFICATION, COURSE_REFERENCE_NUMBER,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1427&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACTUAL_ENROLLMENT, MAXIMUM_ENROLLMENT&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1428&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from odsstu.registration_course&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1429&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where census_period=&amp;amp;census and (academic_period&amp;gt;="&amp;amp;first_academic_period" and academic_period&amp;lt;="&amp;amp;last_academic_period")&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1430&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order by academic_period, COURSE_IDENTIFICATION, COURSE_REFERENCE_NUMBER;&lt;/P&gt;
&lt;P&gt;ERROR: The informat HHMM was not found or could not be loaded.&lt;/P&gt;
&lt;P&gt;ERROR: The informat HHMM was not found or could not be loaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that when I run the block in Enterprise Guide that the script understands format hhmm.&amp;nbsp; But when running the .sas script on the server, the server does not understand the format expression.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 14:09:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560150#M156550</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-20T14:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The informat HHMM was not found or could not be loaded.  Works on local but not server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560153#M156552</link>
      <description>&lt;P&gt;There is no informat HHMM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only informat of this type is HHMMSS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See:&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=allprodslang&amp;amp;docsetTarget=syntaxByType-informat.htm&amp;amp;locale=en#p0txgpjugj4th3n1g72pshdrw4zl"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=allprodslang&amp;amp;docsetTarget=syntaxByType-informat.htm&amp;amp;locale=en#p0txgpjugj4th3n1g72pshdrw4zl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 14:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560153#M156552</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-20T14:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The informat HHMM was not found or could not be loaded.  Works on local but not server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560155#M156554</link>
      <description>&lt;P&gt;Paige,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at other posts it looks like the common solution is to add SS to the format.&amp;nbsp; Any idea why an error or warning is not thrown with Enterprise Guide?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 14:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560155#M156554</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-20T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The informat HHMM was not found or could not be loaded.  Works on local but not server.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560156#M156555</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Looking at other posts it looks like the common solution is to add SS to the format.&amp;nbsp; Any idea why an error or warning is not thrown with Enterprise Guide?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No idea at all.&amp;nbsp;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://communities.sas.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 14:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-informat-HHMM-was-not-found-or-could-not-be-loaded/m-p/560156#M156555</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-20T14:16:38Z</dc:date>
    </item>
  </channel>
</rss>

