How can you create a macro variable with in data step? : sas-macro
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
how many types prompting framework can be broken down to? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the Program Data Vector (PDV)? What are its functions?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
what is transformation in sas data integration? : Sas-di
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
What is the command used to find missing values?
Differentiate between proc means and proc summary.