<?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: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607690#M18457</link>
    <description>&lt;P&gt;The Z. formats are used for &lt;EM&gt;displaying&lt;/EM&gt; leading zeroes; when inputting, they are not needed and therefore not available. Use 2. and 4. instead.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 14:18:11 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-27T14:18:11Z</dc:date>
    <item>
      <title>MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607677#M18455</link>
      <description>&lt;P&gt;Hi ,Iam running SAS DI job,job got completed successfully with desired output.but log is showing below notes.&lt;BR /&gt;i just want to understand why it is getting generated below motes like "Informat Z was not found or could not be loaded.".&lt;BR /&gt;it is giving me impression like something is wrong with year and month formats/informats.please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Line generated by the invoked macro "ETLS_LOADER".
366      ! Year length = 8          format = z4.          informat = z4.          label = 'Year';        attrib
                                                                               ___
                                                                               485
366      ! Month length = 8
NOTE 485-185: Informat Z was not found or could not be loaded.

MPRINT(ETLS_LOADER):   attrib Year length = 8 format = z4. informat = z4. label = 'Year';
NOTE: Line generated by the invoked macro "ETLS_LOADER".
366                  format = z2.          informat = z2.          label = 'Month';        call missing(of _all_);
                                                      ___
                                                      485
366      ! stop;    run;        %rcSet(&amp;amp;syserr);
MPRINT(ETLS_LOADER):   attrib Month length = 8 format = z2. informat = z2. label = 'Month';
MPRINT(ETLS_LOADER):   call missing(of _all_);
MPRINT(ETLS_LOADER):   stop;
MPRINT(ETLS_LOADER):   run;

NOTE 485-185: Informat Z was not found or could not be loaded.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607677#M18455</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-11-27T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607689#M18456</link>
      <description>That is because the Z format only exist as a format not as an informat.</description>
      <pubDate>Wed, 27 Nov 2019 14:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607689#M18456</guid>
      <dc:creator>MichaelLarsen</dc:creator>
      <dc:date>2019-11-27T14:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607690#M18457</link>
      <description>&lt;P&gt;The Z. formats are used for &lt;EM&gt;displaying&lt;/EM&gt; leading zeroes; when inputting, they are not needed and therefore not available. Use 2. and 4. instead.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 14:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607690#M18457</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-27T14:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607696#M18458</link>
      <description>&lt;P&gt;What is this macro you are calling? Why is it trying to use a FORMAT as if it was an INFORMAT?&lt;/P&gt;
&lt;P&gt;Probably it is writing that code from some input you gave it.&amp;nbsp; If you cannot fix the macro to know the difference between an informat and a format you might need to fix the input you are giving the macro.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 14:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607696#M18458</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-27T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607866#M18468</link>
      <description>&lt;P&gt;To give you moral support, I've tried to use Z as an informat a few times. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 21:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607866#M18468</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2019-11-27T21:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607937#M18469</link>
      <description>Thanks. Would you please suggest can I remove z informat value ? To avoid&lt;BR /&gt;this notes. Or no need to worry on this please. Please suggest&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2019 02:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607937#M18469</guid>
      <dc:creator>JJP1</dc:creator>
      <dc:date>2019-11-28T02:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607968#M18470</link>
      <description>&lt;P&gt;AFAIK, DI Studio generates code out of metadata, so you need to make the corrections there.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/256123"&gt;@JJP1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks. Would you please suggest can I remove z informat value ? To avoid&lt;BR /&gt;this notes. Or no need to worry on this please. Please suggest&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 06:18:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/607968#M18470</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-28T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: MPRINT(ETLS_LOADER): Informat Z was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/608782#M18474</link>
      <description>&lt;P&gt;If correcting whatever generates the Z. informat is difficult, you could just create a Z. informat from the best. format.&amp;nbsp; You'll have to experiment to find the correct values for the width (but the values below might work).&amp;nbsp; You could get fancy and create a more rigorous informat routine with PROC FCMP, but that's probably not necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="bigKahuna" class="dijitBorderContainer dijitContainer row-fluid dijitLayoutContainer" data-dojo-props="design:'headline', gutters:false" data-dojo-type="dijit/layout/BorderContainer"&gt;
&lt;DIV id="bodyContainer" class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter dijitContentPaneSingleChild" data-dojo-type="dijit/layout/ContentPane"&gt;
&lt;DIV id="bigContainer" class="dijitBorderContainer dijitContainer row-fluid dijitLayoutContainer" data-dojo-type="dijit/layout/BorderContainer"&gt;
&lt;DIV id="editTabContentPane" class="dijitContentPane dijitAlignCenter dijitContentPaneSingleChild dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane" data-dojo-type="dijit/layout/ContentPane"&gt;
&lt;DIV id="tabsBC" class="tabs dijitBorderContainer dijitContainer dojoDndTarget sasStudioTabsParentContainer dijitLayoutContainer dojoDndContainerOver"&gt;
&lt;DIV id="tabsBC_mainTabs" class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasStudioTabsTabContainer sasStudioTabsTabContainerVertical sasStudioTabsTop dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;
&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter" data-dojo-attach-point="containerNode"&gt;
&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible" role="tabpanel" aria-labelledby="tabsBC_mainTabs_tablist_tabsBC_tab0"&gt;
&lt;DIV id="tabsBC_tab0" class="dijitBorderContainer dijitContainer sasStudioTabsTabContainerChild dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;
&lt;DIV id="perspectiveTabContainer_tabsBC_tab0" class="dijitBorderContainer dijitContainer dojoDndTarget dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer dojoDndContainerOver"&gt;
&lt;DIV id="perspectiveTabContainer_tabsBC_tab0sasSuiteTabContainer" class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasSuiteTabs dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;
&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter" data-dojo-attach-point="containerNode"&gt;
&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible" role="tabpanel" aria-labelledby="perspectiveTabContainer_tabsBC_tab0sasSuiteTabContainer_tablist_perspectiveTabContainer_tabsBC_tab0log"&gt;
&lt;DIV id="perspectiveTabContainer_tabsBC_tab0log" class="dijitBorderContainer dijitContainer dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;
&lt;DIV id="dijit_layout_BorderContainer_2" class="dijitBorderContainer dijitContainer dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer"&gt;
&lt;DIV id="dijit_layout_ContentPane_3" class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter" dir="ltr"&gt;
&lt;DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;PRE&gt; 69         data _null_;
 70             n = input('0123', z4.);
                                  ___
                                  485
 NOTE 485-185: Informat Z was not found or could not be loaded.
 
 71             putlog 'NOTE: ' n=z4.;
 72         run;
 
 NOTE: n=0123
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds       
 
 73         
 74         proc format;
 75             invalue z (default=12 min=1 max=40)
 76                 other = [best12.];
 NOTE: Informat Z has been output.
 77         run;
 
 NOTE: PROCEDURE FORMAT used (Total process time):
       real time           0.01 seconds
        
 78         
 79         data _null_;
 80             n = input('0123456789012345', z16.);
 81             putlog 'NOTE: ' n=z16.;
 82         run;
 
 NOTE: n=0123456789012345
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Dec 2019 17:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/MPRINT-ETLS-LOADER-Informat-Z-was-not-found-or-could-not-be/m-p/608782#M18474</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2019-12-02T17:09:04Z</dc:date>
    </item>
  </channel>
</rss>

