How do you use the do loop if you don’t know how many times you should execute the do loop?
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.
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How to Rename Library?
AE datasets names? how many types?
What is maximum storage capability of SAS?
What is program data vector (pdv)?
How many tiers in sas architecture?
how many types prompting framework can be broken down to? : Sas-bi
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
What is the difference between an informat and a format. Name three informats or formats.
how to import HTML files into SAS datasets?
what is slowly changing dimension? : Sas-di