Once the data has been entered and verified, it can be ...

You can do a “search and replace” for the text to replace all 55 instances in the program. All other information in this portion of the program remains the same. libname data ' K:\SHARE\karen\Prism6\ Prism6DataEntry '; /* Convert ACCESS tables into SAS data sets */ PROC IMPORT OUT= p00 . DATATABLE= "CoverTbl" DBMS=ACCESS97 REPLACE; DATABASE=" ................
................