Describe the ways in which you can create a macro variable?
No Answer is Posted For this Question
Be the First to Post Answer
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, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Write a SAS macro to calculate number of numbers in an email address
how do you test for missing values? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
How would you combine 3 or more tables with different structures?
How to convert HTML file into SAS dataset?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
what are the categories that sas informats are used to the place the data? : Sas-administrator
how do you read binary data in sas?