Run the GEOCODE procedure, and then print the output data set.


proc geocode out=geocoded_customers;
run;
proc print data=geocoded_customers noobs;
run;