Help stop batch run on double-click in Windows
Help stop batch run on double-click in Windows
(OP)
I use SAS (8.0) on several different Windows computers at work. On all except one, the default behavior when a *.sas program file is double-clicked is that SAS opens with the program ready in the Enhanced Editor window. But on one, a double-click starts the program in batch mode. This drives me crazy! How do I reset this???
I'm not sure if this is a SAS question or a Windows question, but I'm sure there's some simple answer somewhere...
Thanks very much!!
I'm not sure if this is a SAS question or a Windows question, but I'm sure there's some simple answer somewhere...
Thanks very much!!
RE: Help stop batch run on double-click in Windows
http://support.sas.com/techsup/technote/ts648/ts648.pdf
RE: Help stop batch run on double-click in Windows
RE: Help stop batch run on double-click in Windows
One batch file with many sas programs in it does most of the work for our plant now.
One small thing that I did that might help you. The .log files (one for each SAS program) will be 'plopped' into the directory where the program is. This is great unless you have a job that runs on a scheduled basis and you want to see why the records did not push from one DB to another last night (fictional example - HA!). So... I started copying the .log files to someplace else on the server and renaming them with a time/date stamp --- no fun to do (I did mine in SQL 2k because it was easier & then I trigger this to run at the end of each sas program by just adding a record to a table when it starts and ends in a tiny DB - job history)...
make sense?