what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Enlist the syntax rules followed in sas statements.
how to remove duplicates using proc sql?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
explain the key concept of sas? : Sas-administrator
What is LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
Please write codes to merge two datasets and keep every record in the first dataset.
What are the advantages of using sas?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
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.
SAS using companies in chennai
How do dates work in sas?