I thererfore tried to use the sleep command to re-start the command automatically after the 24 hours:
Code:
sleep 86400000
Code:
forvalues i = 1/2 { di `i' sleep 86400000 }
Code:
forvalues i = 1/2 { di `i' sleep 10000 }
Regards,
Mario
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
sleep 86400000
forvalues i = 1/2 { di `i' sleep 86400000 }
forvalues i = 1/2 { di `i' sleep 10000 }
0 Response to sleep command - milliseconds upper limit
Post a Comment