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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1135 views
  • 0 likes
  • 5 in conversation