You could calculate the correlations in one 'swoop' like this (where a,b,c,d are your variables of any length):
Correlation @@@ Subsets[{a, b, c, d}[[All, All, 2]], {2}]
I'm not really sure what you want to do then with those values, I don't understand your last paragraphs really...