what do you mean by data staging area? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
In which format does Date stores in sas..? What is the use of DATE in SAS.?
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
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?
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
How to display duplicate observations in data?
I have a dataset with variables empid and doj how to calculate retirement age?
how many data types in sas? : Sas-administrator
What is the difference between nodupkey and nodup options?
How do you put an elephant in the refrigerator?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..