what is sas olap server? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
what are different analysis datasets you created and what are the new variables created
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 it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
how can you put a "trace" in your program? : Sas programming
What are the functions used for character handling?
Approximately what date is represented by the SAS date value of 730?
What r all the reporting procedures...?
What is the registered Key word is sas????
data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What do you feel about hardcoding?
I have a dataset with variables empid and doj how to calculate retirement age?