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?
Check the log, there should be an error-message like "No matching DO/SELECT statement."
EDIT: Typo fixed.
Maxim 2: read the log. There's a reason why this maxim is so high up on the list.
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?)
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!
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.
Ready to level-up your skills? Choose your own adventure.