Whipping your data into shape with SAS : Day 2 Fixing Errors & Identifying Input Datasets
Last post, we happily uploaded our data, read it into SAS using a combination of SAS utilities and coding, decided all was lovely and used this code to concatenate the 4 datasets. DATA allplants ; set import1 – import4 ; IF you get an error at this point, what should you do? Let’s say you…