BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5

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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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