We use use chrontab to schedule lots of sas programs to run. We think we know the answer to this question, but we want to make sure. Since those jobs use one user account, when you run PROC DATASETS kill, could it inadvertently 'kill' other datasets for another program that is running? Our assumption is that each instance that the user uses to run is another work folder; however, we just want to make sure. Additionally, do you think it's best to run the kill option at the beginning of the program or at the end? Just curious what others are doing.
... View more