What are the five ways to do a table lookup in sas? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what is portability of sas programmes?
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 does a PROC TRANSPOSE do?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What has been your most common programming mistake?
What Proc glm does?
how do we mail reports from SAS environment to our team leader
What are Dashboard reports?And significance of these in analysis?
what is information maps?
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
How would you remove a format that has been permanently associated with a variable? ________________
Explain how you can debug and test your SAS program?