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 |
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
wat is sas? is a package or programming language?
What is the difference between using drop = data set option in data statement and set statement?
What are the different versions of sas that you have used until now? : sas-grid-administration
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.
how we can create optional or required parameters in SAS macro...
how does sas handle missing values in functions? : Sas programming
Explain bmdp procedure?
How would you delete observations with duplicate keys?
what is intially documentation for a sas programmer?
What are the automatic variables for macro? : sas-macro