Can you execute macro within another macro? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
how to remove duplicates using proc sql?
What versions of SAS have you used (on which platforms)?
Are you sensitive to code walk-throughs peer review or QC review?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
where will go the observations that were deleted by delete statement?
what is information maps?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
what is sas and what are the functions? : Sas-administrator