<?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: Help required on NLMNYw.d informat from Excel input in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74278#M21517</link>
    <description>I was thinking the colon format modifier is need to read DSD data properly.&lt;BR /&gt;
[pre]&lt;BR /&gt;
input field1 $ a $field3 $ c $ d$ field2 &lt;B&gt;:&lt;/B&gt;nlmny14.2 ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Knowing more about the log messages would be helpful too.</description>
    <pubDate>Sun, 04 Oct 2009 23:40:33 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2009-10-04T23:40:33Z</dc:date>
    <item>
      <title>Help required on NLMNYw.d informat from Excel input</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74276#M21515</link>
      <description>Hi I'm new on this forum but couldn't find anything after a search regarding a problem I have with using the nlmny informat function while inputting data in from an excel spreadsheet&lt;BR /&gt;
&lt;BR /&gt;
The code is below but the table result comes out as null in every observation&lt;BR /&gt;
&lt;BR /&gt;
data ptd; &lt;BR /&gt;
 infile xl3 notab dlm='09'x dsd missover;&lt;BR /&gt;
 format field1 $8. field2 14.2 field3 $7.;&lt;BR /&gt;
 input field1 $ a $field3 $ c $ d$  field2 nlmny14.2 ;&lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
Field2 is read in from excel and currently has monetry format fields which I need to calculate on.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone please help?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Brian</description>
      <pubDate>Sun, 04 Oct 2009 19:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74276#M21515</guid>
      <dc:creator>Brian_lewis67</dc:creator>
      <dc:date>2009-10-04T19:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on NLMNYw.d informat from Excel input</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74277#M21516</link>
      <description>More information needed imho:&lt;BR /&gt;
&lt;BR /&gt;
Is it only field2 that is returned missing?&lt;BR /&gt;
&lt;BR /&gt;
What is the LOCALE option equal to?&lt;BR /&gt;
&lt;BR /&gt;
What is the raw value of field2? (Read it using character informat)&lt;BR /&gt;
&lt;BR /&gt;
Any message in the log?</description>
      <pubDate>Sun, 04 Oct 2009 23:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74277#M21516</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-10-04T23:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on NLMNYw.d informat from Excel input</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74278#M21517</link>
      <description>I was thinking the colon format modifier is need to read DSD data properly.&lt;BR /&gt;
[pre]&lt;BR /&gt;
input field1 $ a $field3 $ c $ d$ field2 &lt;B&gt;:&lt;/B&gt;nlmny14.2 ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Knowing more about the log messages would be helpful too.</description>
      <pubDate>Sun, 04 Oct 2009 23:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74278#M21517</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-10-04T23:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help required on NLMNYw.d informat from Excel input</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74279#M21518</link>
      <description>The colon format identifier worked perfectly.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the replies.</description>
      <pubDate>Mon, 05 Oct 2009 08:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Help-required-on-NLMNYw-d-informat-from-Excel-input/m-p/74279#M21518</guid>
      <dc:creator>Brian_lewis67</dc:creator>
      <dc:date>2009-10-05T08:37:01Z</dc:date>
    </item>
  </channel>
</rss>

