BookmarkSubscribeRSS Feed
BenP
Calcite | Level 5

Hey guys,

i 've got a big problem with the QLIM Procedure. every time i want to submit the program, an Error occurs.

ERROR: There are no valid observations for the category Loss_on_Liquidated_Property = 6.49

Proc qlim data=hypo.h_2007_arm;

model loss_on_liquidated_property = LTV_NEU current_fico_score_nbr current_loan_rate original_balance current_p_i_constant / discrete;

model log_relative_rr = LTV_NEU current_fico_score_nbr current_loan_rate original_balance current_p_i_constant / select (loss_on_liquidated_property>5000) truncated (ub=0);

run;

I think it is because of the select statement ? what does the  Error says? I'm sorry, i'm quit new to sas and i have to get in touch with it quikly, because I'm writing my Bachelor Theses.

Thanks for helping me

ben

1 REPLY 1
goladin
Calcite | Level 5

Hi,

I think there are all observations with category Loss_on_Liquidated_Property = 6.49 are missing?

Regards,

M

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 1296 views
  • 0 likes
  • 2 in conversation