Give an example where SAS fails to convert character value to numeric value automatically?
No Answer is Posted For this Question
Be the First to Post Answer
How do you add a number to a macro variable?
How do you put an elephant in the refrigerator?
What is the purpose of trailing @ and @@? How do you use them?
What is the work of tranwrd function?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
What is the basic structure of a sas program?
How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
what has been your most common programming mistake? : Sas programming
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 are the different servers in sas? : sas-grid-administration
sas macros
Explain the use of proc gplot? : sas-grid-administration