ALPHA computes Cronbach's alpha and invokes PEARSON. NOCORR suppresses Pearson correlation statistics. NOMISS excludes observations with missing values. Omitting a VAR statement causes PROC CORR to use all numeric variables.
proc corr data=psychdat alpha nocorr nomiss;