What do you code to create a macro? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
How to display duplicate observations in data?
what do the pad and dim functions do? : Sas programming
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
How to limit decimal places for variable using proc means?
What is the difference between reading data from an external file and reading data from an existing data set?
is there any difference between proc summary and proc means?
how to generate the test data in sas without input data? : Sas-administrator
what is metadata? : Sas-bi
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.
Explain what is data step?
what has been your most common programming mistake? : Sas programming
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help