We run several SPSS syntax programs automated (started by the windows task scheduler). Since in several different automatically started SPSS programs DATASET names are the same (i.e. the name of the queried database “DB1”) it might happen that two or more DATASETs are open at the same time with the same name (i.e. “DB1”). So for example Syntax A was started at 0:00 and opened/renamed a DATASET with the name “DB1” and Syntax B was started at 0:01 and also opened /renamed a DATASET with “DB1”. Now Syntax A activates “DB1” and starts computations.
It seems that this does not lead to confusion with SPSS (i.e. computing on or overwriting the wrong DATASET), but since I could only check it manually with some examples, it would be necessary to know if we have to rewrite every automated Syntax program or not.
Dr. Frank Gaeth