I have a dataset concat having a variable a b & c. How to rename a b to e & f?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between informat and format statement?
What is univariate n where it can be used n how...?
What are the differences between sum function and using “+” operator?
How do you specify the number of iterations and specific condition within a single do loop?
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
what is the basic structure sas administrator? : Sas-administrator
how many display types available in sas bi dashboard? : Sas-bi
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What are the uses of sas?
What is the good sas programming practices for processing large data sets?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?