// !! Start of "extra" commands !! // NOTE: The following comments and commands would normally be put after // the log using command. To correspond to the simple example in the // text, they are not included in the log file for this example. capture log close // program: wf3-step2-v2.do // task: Step 2 of job sequence to illustrate why files // need to be self-contained. The version loads the // dataset created in step 1. // project: workflow - chapter 3 // author: scott long \ 2008-04-09 // #0 // setup version 10 set linesize 80 // #1 // load data and estimate logit model // !! End of "extra commands" !! log using wf3-step2-v2, replace text use wf-lfp-v2, clear logit lfp hask5 hask618 age wc hc lwg inc, nolog log close