I'm not going to debug your program for you, but I will give you one last hint:
1) Read the error message, which says "invalid reference value."
2) Look back at the PROC FREQ output for the POSTCODE variable
3) Remember that string comparison is case SENSITIVE.
Good luck!
... View more