capture log close log using wf6-import, replace text // program: wf6-import.do // task: using insheet and fdause // project: workflow chapter 6 // author: scott long \ 2008-04-09 // #0 // setup version 10 set linesize 80 clear all macro drop _all // #1 // load and look at data with insheet insheet using wf6-import-free.txt, clear list vid-vempstat in 1/7, clean * clear memory clear all // #2 // load and look at data in fda format fdause wf6-import-fdause.xpt, clear list vid vmomwarm vkidsuff vfamsuff vwanthom in 1/7, clean * clear memory clear all log close exit