Hi, rogerjdeangelis Thanks for you reply. Currently I'm using SAS Enterprise Guide. First of all, I already imported an excel sheet called "Source_Data" to SAS. The next step I'm trying to wrtie codes to read this Source_Data into another new data set called "Refined_Data". My question is when I read this Source_Data, I want to locate a specific cell such as column 1 row3. Then take the substring on this specific cell such as last 10 character and insert the substring into new clolumn on data set "Refined_Data"
... View more