i have a macro variable var1,var2. i want titles for the each
macro variable separately? how it is possible?
what is the main difference between rename and label? (don't say that they both perform the same function).
Name few SAS functions?
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
In which format does Date stores in sas..? What is the use of DATE in SAS.?
How long can a macro variable be? A token? : sas-macro
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
what is hierarchy flattening? : Sas-di
How would you delete duplicate observations?
how many types of prompts are there? : Sas-bi
what is the formula to measure Baseline
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
What is the pound sign used for the DATA _NULL_?