BookmarkSubscribeRSS Feed
s_manoj
Quartz | Level 8

Hi all,

I have been working on a dataset, in process of finding no of values of all variables falling outside of interquartile ranges, I ended up with two datasets one is mother dataset and other limits dataset(it contains a name, Q1, Q2, QRANGE, LOWER, UPPER VALUES).

please help me with the error generated by this code.

 Here' the code:

 

pic.JPG

 

after running above code am getting an error as;

 

ERROR: IN where clause, name column is not found in contributing tables

 

 

Please help me out with this error

 

actually, my mother dataset contains 15 variables (pressure 1 to pressure 15), for all those variables I have to find no of records falling out of interquartile range values, can someone suggest a code to check for all 15 variables.

 

Thanks 

s Manoj

4 REPLIES 4
Kurt_Bremser
Super User

@s_manoj wrote:

Hi all,

I have been working on a dataset, in process of finding no of values of all variables falling outside of interquartile ranges, I ended up with two datasets one is mother dataset and other limits dataset(it contains a name, Q1, Q2, QRANGE, LOWER, UPPER VALUES).

please help me with the error generated by this code.

 Here' the code:

 

pic.JPG 

after running above code am getting an error as;

 

pic.JPG

Please help me out with this error

 

actually, my mother dataset contains 15 variables (pressure 1 to pressure 15), for all those variables I have to find no of records falling out of interquartile range values, can someone suggest a code to check for all 15 variables.

 

Thanks 

s Manoj


And this log does not correspond to the code in any way.

SuryaKiran
Meteorite | Level 14

Your error is clear. It says your mother table doesn't contain the column "name" and your your using it in the where clause.

Please provide sample data and your desired output.

Thanks,
Suryakiran

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 4 replies
  • 704 views
  • 1 like
  • 3 in conversation