What are the differences between sum function and using “+” operator?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How do you test for missing values?
explain the proc in sas? : Sas-administrator
what is intially documentation for a sas programmer?
What areas of SAS are you most interested in?
Are you sensitive to code walk-throughs peer review or QC review?
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 PROC in SAS?
What is your favorite all time computer book? Why?
What is connection profile? : sas-grid-administration
in which companies SAS openings are there? List of companies using SAS technology.
How would you code the criteria to restrict the output to be produced?