Describe the function and utility of the most difficult SAS
macro that you have written?
No Answer is Posted For this Question
Be the First to Post Answer
Name statements that function at both compile and execution time.
How to specify variables to be processed by the freq procedure?
What are the difficulties u faced while doing vital signs table or dataset?
How do you write a test plan?
What is factor analysis?
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?
How we will Developing new reports Using Data step programming and Macros ?
Explain what is data step?
explain what is data set in sas? : Sas-administrator
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
What is _n_?
what are the different ways of merging two datasets.name atleast 4.