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 DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
Explain how you can debug and test your SAS program?
What are pdv and it functions?
What are the functions used for character handling?
why a stop statement is needed for the point= option on a set statement?
What is the difference between %put and symbolgen? : sas-macro
How do you add a prefix to some or all variables in a dataset using a SAS macro?
How are the analysis data sets structured?
If a variable contains only numbers, can it be a character data type?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
Why is SAS considered self-documenting?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,