___ ____ ____ ____ ____ (R) /__ / ____/ / ____/ ___/ / /___/ / /___/ 12.1 Copyright 1985-2011 StataCorp LP Statistics/Data Analysis StataCorp 4905 Lakeway Drive MP - Parallel Edition College Station, Texas 77845 USA 800-STATA-PC http://www.stata.com 979-696-4600 stata@stata.com 979-696-4601 (fax) 11-user 4-core Stata network perpetual license: Serial number: 50120541810 Licensed to: Boston University Boston Notes: 1. (-v# option or -set maxvar-) 5000 maximum variables 2. Command line editing disabled 3. Stata running in batch mode . do helloWorld.do myfile.csv 1000 . display "Hello, World!" Hello, World! . . display "The input file name is `1'" The input file name is myfile.csv . display "The number of simulations is `2'" The number of simulations is 1000 . . . end of do-file