BookmarkSubscribeRSS Feed
epimph69
Calcite | Level 5

Hello everyone , I had in my log the following msg when I import the file and i don't understand it:

R: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

ERROR: The numeric value of 0.00 is duplicated.

6 REPLIES 6
Barnipaz
Obsidian | Level 7

Hem ... what's the code?

Proc format?

epimph69
Calcite | Level 5

proc import

LinusH
Tourmaline | Level 20

Eh, you need to give us (much) more, like the full log (including the code) and perhaps some sample input data...

Data never sleeps
Tom
Super User Tom
Super User

It sounds like a message from a database that has imposed integrity constraints on fields.  That is not typically something that SAS would do.

PROC IMPORT from what type of data source?

epimph69
Calcite | Level 5

this is my 3rd dataset , for the two first i had no errors msg , it's electronic database

MaryBG
Calcite | Level 5

I am getting the same error message reading in a jmp file. My code is

library '\\opp-sas-data\sasdata\ngallo\';

libname todd2 jmp '\\opp-sas-data\sasdata\ngallo\todd' fmtlib=library.formats;


data ngallo.f14047_final_data_client_file;

set todd2.f14047_final_data_client_file_vn; run;

Does anyone know why this is happening?

SAS Innovate 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 1675 views
  • 0 likes
  • 5 in conversation