Sentry Page Protection
Geo-targeting Project [6-25]
We will again read the two csv files using Proc Import: proc import datafile = "/folders/myfolders/Geo-targeting/Data Files/locations.csv" out = locations dbms = CSV replace ; run; proc import datafile = "/folders/myfolders/Geo-targeting/Data Files/postcode.csv" out = postcode dbms = CSV replace ; run; The two data sets can be found in the WORK library after you run the code: |