why a stop statement is needed for the point= option on a set statement?
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.
Did you used proc test? when?
0 Answers Accenture, Quintiles,
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
In the flow of DATA step processing, what is the first action in a typical DATA Step?
Mention the category in which sas informats are placed?
Explain substr function?
explain what is factor analysis? : Sas-administrator
Explain the purpose of retain statement.
How to convert HTML file into SAS dataset?
define table lookup and how may ways it can be done...explian
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Mention what is SAS data set?