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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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