<?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: S370FZD in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55218#M11766</link>
    <description>Have a look at these two SAS support site  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  DOC references, regarding the two INFORMATs you mentioned; packed-decimal and zone-decimal are quite different, maybe your info source is incorrect?  You didn't mention the exact SAS behavior or symptom when attempting to read the data file -- it would be useful to provide some hex-value strings in your post for feedback.&lt;BR /&gt;
&lt;BR /&gt;
Also, I found the first link reference by doing a Google advanced search against the SAS.COM site, using the search argument below:&lt;BR /&gt;
&lt;BR /&gt;
+packed +decimal +zoned site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Working with Packed Decimal and Zoned Decimal Data&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a001239773.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a001239773.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204461.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204461.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204453.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204453.htm&lt;/A&gt;</description>
    <pubDate>Fri, 17 Oct 2008 12:54:53 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2008-10-17T12:54:53Z</dc:date>
    <item>
      <title>S370FZD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55217#M11765</link>
      <description>I have a file I FTP'd in binary to do the conversion in SAS.  &lt;BR /&gt;
&lt;BR /&gt;
I am having concerns over a field that looks like S9(12)V99.  It should be in a packed decimal format w/ 14 bytes and has an implied decimal. &lt;BR /&gt;
&lt;BR /&gt;
From everything I've been told I figued using S370FPD14. should work.  It did not.&lt;BR /&gt;
I ended up using S370FZD15.3  Why did this work?   &lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Fri, 17 Oct 2008 11:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55217#M11765</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-17T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: S370FZD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55218#M11766</link>
      <description>Have a look at these two SAS support site  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  DOC references, regarding the two INFORMATs you mentioned; packed-decimal and zone-decimal are quite different, maybe your info source is incorrect?  You didn't mention the exact SAS behavior or symptom when attempting to read the data file -- it would be useful to provide some hex-value strings in your post for feedback.&lt;BR /&gt;
&lt;BR /&gt;
Also, I found the first link reference by doing a Google advanced search against the SAS.COM site, using the search argument below:&lt;BR /&gt;
&lt;BR /&gt;
+packed +decimal +zoned site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Working with Packed Decimal and Zoned Decimal Data&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a001239773.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a001239773.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204461.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204461.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204453.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/59540/HTML/default/a000204453.htm&lt;/A&gt;</description>
      <pubDate>Fri, 17 Oct 2008 12:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55218#M11766</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-10-17T12:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: S370FZD</title>
      <link>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55219#M11767</link>
      <description>Thanks for the reply,&lt;BR /&gt;
&lt;BR /&gt;
 "maybe your info source is incorrect?"&lt;BR /&gt;
&lt;BR /&gt;
Seems it may be.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here's some things I've seen&lt;BR /&gt;
&lt;BR /&gt;
The field appears like this;&lt;BR /&gt;
&lt;BR /&gt;
0000000000092{ &lt;BR /&gt;
&lt;BR /&gt;
Using S370&lt;B&gt;FPD&lt;/B&gt;14. &lt;BR /&gt;
returns;&lt;BR /&gt;
SAS error - Invalid data for COST in line 3 91-104.&lt;BR /&gt;
&lt;BR /&gt;
Using S370&lt;B&gt;FZD&lt;/B&gt;14.&lt;BR /&gt;
Rturns;&lt;BR /&gt;
920&lt;BR /&gt;
&lt;BR /&gt;
Using S370&lt;B&gt;FZD&lt;/B&gt;14.3&lt;BR /&gt;
Returns;&lt;BR /&gt;
0.92&lt;BR /&gt;
&lt;BR /&gt;
Using S370&lt;B&gt;FZD&lt;/B&gt;15.&lt;BR /&gt;
Returns;&lt;BR /&gt;
9200&lt;BR /&gt;
&lt;BR /&gt;
Using S370&lt;B&gt;FZD&lt;/B&gt;15.3&lt;BR /&gt;
Returns;&lt;BR /&gt;
9.2&lt;BR /&gt;
&lt;BR /&gt;
I really found this just by trial and error.  I'm no mainframe pro.</description>
      <pubDate>Fri, 17 Oct 2008 13:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/S370FZD/m-p/55219#M11767</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-17T13:48:38Z</dc:date>
    </item>
  </channel>
</rss>

