Define run-group processing?
No Answer is Posted For this Question
Be the First to Post Answer
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 OLAP?
What is the difference between one to one merge and match merge? Give an example.
Which are the statements whose placement in the data step is critical?
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
what are input dataset and output dataset options? : Sas programming
Describe crosslist option in tables statement?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
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? : sas-macro
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
How to get the repeated values by using sql in sas ?
What are the data types does SAS contain?