How can you create a macro variable with in data step? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Mention the difference between ceil and floor functions in sas?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
how to generate the test data in sas without input data? : Sas-administrator
Which function is used to count the number of intervals between two sas dates?
Name statements that function at both compile and execution time.
what is AE onset date and what is RDS?
What is SAS?
what is the difference between proc report and proc format?
How can you create a macro variable with in data step? : sas-macro
How is character variable converted into numeric variable and vice versa?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
How will you generate test data with no input data?