Dear Statalist,
I am using Stata through an online server and because of new setups the server logs me out after few hours. They explained me that in order to avoid losing everything I should run Stata (16 SE) in batch mode. I was looking at this guide https://www.stata.com/support/faqs/unix/batch-mode/ which suggests to use either this command
stata -b do filename &
or
nohup stata -b do filename & However, when I try to digit any of the two commands in the Stata command window and I replace "do" with the do-file pathway I get an error message that says that stata or nohup are not recognised commands. Could you plase advise? I know I should provide more detailed examples but I am a bit lost here and not sure how to proceed. Thanks
I am using Stata through an online server and because of new setups the server logs me out after few hours. They explained me that in order to avoid losing everything I should run Stata (16 SE) in batch mode. I was looking at this guide https://www.stata.com/support/faqs/unix/batch-mode/ which suggests to use either this command
stata -b do filename &
or
nohup stata -b do filename & However, when I try to digit any of the two commands in the Stata command window and I replace "do" with the do-file pathway I get an error message that says that stata or nohup are not recognised commands. Could you plase advise? I know I should provide more detailed examples but I am a bit lost here and not sure how to proceed. Thanks
Comment