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?)

CFC_SAS_Communities_400x225.jpgCFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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
  • 1726 views
  • 0 likes
  • 4 in conversation