BookmarkSubscribeRSS Feed
Tim_sas_
Obsidian | Level 7

Hello,

 

I would like to run several regressions using Proc Quantreg. My problem is that it shows the following error

message below (the dataset is relatively huge with more than 200,000 rows in total). I have already tried to google the error message but my search did not yield satisfactory results so far. Does someone have an idea how I could modify my code to make this work?

 

I would be very glad for any help.

 

Many thanks,

 

Tim

 

Error Message SAS.JPG

 

 

Proc quantreg Data=data_in CI=resampling;
Model earn = a b c d e / QUANTILE=.5;
Where 1998 <= year <= 2007;
Run;

 

 

1 REPLY 1
ChrisNZ
Tourmaline | Level 20

Two (complementary) ways you could go about this if no other reply comes:

1. Reduce the data set to see if a threshold or if specific values cause this

2. Contact SAS tech support so the developer of the proc can have a look if needed

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 730 views
  • 0 likes
  • 2 in conversation