Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
478 results
Sorted by:
12-22-2020
01:23 PM
1 Like
Hello!
I understand a little bit about floating point storage; however, could someone explain these results? I can understand a number not being stored exactly due the the precision...
04-23-2025
02:05 PM
...ormat Best32. 327653072.39 Format E32. 3.2765307239000000000000000E+08
This is a real case. What is the best way to export these values without loss of precision, so that they don't i...
- Tags:
- precision
10-14-2021
10:14 AM
...his does not help me much, though. is it possible to convert a numeric snowflake variable into a sas character variable without losing precision?
10-11-2016
01:14 PM
Hi,
First things - Oracle 11g, SAS V9.3/9.4.
I see numerous threads, notes etc. on the numerical precision problems encountered while dealing with extremely large numbers....
04-08-2025
11:30 AM
...etween "8.1" and "8.10" anyway because decimal precision would treat them the same with or without that zero.
07-27-2017
09:44 AM
Hello,
I want to append into Oracle a record that contains a numeric value from SAS.
The value in SAS is defined as NUMERIC(8) with a format/informat of 19.2. It's an amount field, so it c...
08-25-2020
10:33 AM
Hi! In my access table, my numeric variable has been entered manually by me and looks like, for example, 34.4. When I import it in SAS, the same variable become 34.400001526. The format is numeric B...
07-25-2016
10:35 PM
...ssue are well beyond the 16-digit precision offered by SAS.
So what do you think? Expected numeric precision (mis)behaviour or unexpected issue?
I lean towards the second option.
N...
04-16-2021
10:42 AM
Hi all SAS experts.
I have some questions about the length of a numeric variable as below:
1. Following this document, "The default length of numeric variables in SAS data sets is 8 b...
04-14-2015
02:39 AM
...8 -8.2038E-18 -3.79471E-18 -9.1073E-18 I follow it up with code like this, but how can I avoid this extra step? It has something to do with numeric precision. data work.trade_util1; set w...