BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6

data have ;

loan=30000 ;

payments=payments+1 ;

output ;

end;

run;

 

 

 

If I submit this code it doesn't give the value ,Is there any mistake?

3 REPLIES 3
andreas_lds
Jade | Level 19

Check the log, there should be an error-message like "No matching DO/SELECT statement."

 

EDIT: Typo fixed.

Astounding
PROC Star

Yes.  There's always a reason.  Besides the extra END statement ...

 

In this case, you haven't read in any data.  There's no SET statement, no INPUT statement ... where do you think the program should obtain a value for PAYMENT?  (And why is LOAN even in the program at all?)

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1064 views
  • 0 likes
  • 4 in conversation