// !! 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.do // task: Step 2 of job sequence to illustrate why files // need to be self-contained. // project: workflow - chapter 3 // author: scott long \ 2008-04-09 // #0 // setup version 10 set linesize 80 // #1 // estimate logit model based on variable created in prior step // !! End of "extra commands" !! log using wf3-step2, replace text logit lfp hask5 hask618 age wc hc lwg inc, nolog log close