how do u identify a macro variable
Answers were Sorted based on User's Feedback
ampersand(&) followed by non blank character.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the difference between proportion and average?
Explain what is data step?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
How do you add a number to a macro variable?
Why is a STOP statement needed for the point=option on a SET statement?
· What are some good SAS programming practices for processing very large data sets?
How would you remove a format that has been permanently associated with a variables?
What is the basic syntax style in SAS?
What are symget and symput? : sas-macro
how does sas handle missing values in assignment statements? : Sas programming
what is in stream data in SAS?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?