<?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: To display morethan 16 digit in SAS mainframe in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48614#M10045</link>
    <description>Recommended reading on the topic (section on z/OS platform):&lt;BR /&gt;
&lt;BR /&gt;
Numeric Precision in SAS Software&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000695157.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000695157.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also, recommend the SAS "companion documentation" for your OS - available at the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website.&lt;BR /&gt;
&lt;BR /&gt;
Recommend a post-reply from the OP with a specific data example, ideally shown in a SAS generated log demonstrating the specific problem - suggest using the SAS output format BEST.  to represent your variable.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
sas numeric precision +"z/os" site:sas.com

Message was edited by: sbb</description>
    <pubDate>Sun, 12 Dec 2010 20:50:26 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-12-12T20:50:26Z</dc:date>
    <item>
      <title>To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48613#M10044</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
Could any one tell us how to display more than 16 digit numeric value in SAS.&lt;BR /&gt;
Default is 8 bytes so maximum 15 or 16 digit we can display..&lt;BR /&gt;
Is it possible to do that..if yes please let us know..&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Siva.</description>
      <pubDate>Sun, 12 Dec 2010 14:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48613#M10044</guid>
      <dc:creator>Sivanandam</dc:creator>
      <dc:date>2010-12-12T14:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48614#M10045</link>
      <description>Recommended reading on the topic (section on z/OS platform):&lt;BR /&gt;
&lt;BR /&gt;
Numeric Precision in SAS Software&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000695157.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000695157.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also, recommend the SAS "companion documentation" for your OS - available at the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website.&lt;BR /&gt;
&lt;BR /&gt;
Recommend a post-reply from the OP with a specific data example, ideally shown in a SAS generated log demonstrating the specific problem - suggest using the SAS output format BEST.  to represent your variable.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
sas numeric precision +"z/os" site:sas.com

Message was edited by: sbb</description>
      <pubDate>Sun, 12 Dec 2010 20:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48614#M10045</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-12-12T20:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48615#M10046</link>
      <description>You can change the length of numeric value,&lt;BR /&gt;
If you can not then try to use format Ew. which can use scientific count method to display more then 16 digit numeric value.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 13 Dec 2010 05:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48615#M10046</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-12-13T05:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48616#M10047</link>
      <description>You can change the length of numeric value,&lt;BR /&gt;
If you can not then try to use format Ew. which can use scientific count method to display more then 16 digit numeric value.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Mon, 13 Dec 2010 06:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48616#M10047</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-12-13T06:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48617#M10048</link>
      <description>Am getting the output but the digits are coming in exponent form is there any possibilty to come in numeric without exponent form</description>
      <pubDate>Sun, 20 Feb 2011 15:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48617#M10048</guid>
      <dc:creator>Sivanandam</dc:creator>
      <dc:date>2011-02-20T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48618#M10049</link>
      <description>Hi.&lt;BR /&gt;
I am not quit sure.&lt;BR /&gt;
Do you try to transform it into Character?&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Thu, 24 Feb 2011 07:54:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48618#M10049</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-02-24T07:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48619#M10050</link>
      <description>set the format as 32.</description>
      <pubDate>Thu, 24 Feb 2011 11:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48619#M10050</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-02-24T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48620#M10051</link>
      <description>Could you please tell us ..How to set the format as 32..</description>
      <pubDate>Sun, 27 Feb 2011 16:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48620#M10051</guid>
      <dc:creator>Sivanandam</dc:creator>
      <dc:date>2011-02-27T16:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48621#M10052</link>
      <description>if you show some code, we can help &lt;BR /&gt;
If there is no code, let us know what services you use to create the output</description>
      <pubDate>Wed, 02 Mar 2011 18:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48621#M10052</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-03-02T18:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: To display morethan 16 digit in SAS mainframe</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48622#M10053</link>
      <description>Also no context to this problem has been supplied, for example what is this 16-digit number used for? Also is it a whole number or are there decimals? This information is useful to providing the best advice.&lt;BR /&gt;
&lt;BR /&gt;
For example, in banking most credit card numbers are 16 digits long (4 groups of 4 digits), but are held as character data to avoid any precision or formatting issues.</description>
      <pubDate>Wed, 02 Mar 2011 22:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-display-morethan-16-digit-in-SAS-mainframe/m-p/48622#M10053</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2011-03-02T22:59:08Z</dc:date>
    </item>
  </channel>
</rss>

