The quotes
Write a SAS DATA step to read the following lines of data. Notice that two commas in a row indicate a missing value, and you want to strip off the quotes from quoted strings (remember there is an INFILE option to do this). The variables are NAME (up to 20 characters), AGE, HEIGHT, and WEIGHT.