how to generate the test data in sas without input data? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %put and symbolgen? : sas-macro
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
what is hierarchy flattening? : Sas-di
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Difference b/n proc means and proc summary procedures?
What are the advantages of using sas?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
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.
Can you excute a macro within a macro? Describe.
how does sas handle missing values in procs? : Sas programming
What are the different versions of sas that you have used until now? : sas-grid-administration
what is ae onset date n what is RDS