How do you add a number to a macro variable?
Answers were Sorted based on User's Feedback
Answer / ganesh
If it is an integer we can use %eval ..
If it has decimal values then %sysevalf..
Is This Answer Correct ? | 2 Yes | 0 No |
How to convert .xls file into CSV format?
How would you identify a macro variable?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is a put statement?
what is study design in while working with SAS? what are screening variables in SAS?
How substr function works in sas?
what is portability of sas programmes?
What is the purpose of the trailing @? The @@? How would you use them?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
What is the purpose of trailing @ and @@? How do you use them?