Can someone please help me find where I would locate/run Cronbach's Alpha in SAS - I am using the Academic on Demand version so no programming, all i can find is code about how to calculate it - not sure if there is a book anywhere on how to run analysis using SAS - completely new and any help apprecaited.
You certainly don't have to code the calculations needed for Cronbach's Alpha.
But you do have to:
Prepare a SAS dataset to be submitted to PROC CORR. Of course this is required prior to doing any statistical computation.
Tell SAS to run PROC CORR on your data, including the ALPHA option. For information on that take a look at the link I provided (PROC CORR Statement ... ). Go to the "Examples", tab and choose " Computing Cronbach’s Coefficient Alpha" example. It's only about seven lines.