Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
458 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...
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....
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...
01-08-2019
12:45 PM
I have an integer numeric value xxxxxxxxxxxxxxx4 (16 digits) that needs to have the last digit recoded to a 3. SAS will not do this in a data step - it leaves the original value. However, when I s...
- Tags:
- precision
Show results in replies (3)
-
...nchanged in a numeric variable because it does not exceed the limit 2**53=9.007...E15 (see b...
-
...haracter variable and you then avoid numeric precision problems entirely. Using the "Text to Column" f...
-
...pproach that you may be exceeding precision.. Documentation shows the largest integer represented u...
11-27-2011
06:15 PM
...convert them to BEST32. The numeric data is stored in the CSV file to about 16-18 decimal places (it's from R output). The dataset is named dissert.lagalpha1 and consists of variables n...