why a stop statement is needed for the point= option on a set statement?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
What is SAS informats?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
tell me about intnx, intcx functions?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
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 do you add a number to a macro variable?
What are symget and symput? : sas-macro
what is slowly changing dimension? : Sas-di