You could give gen001 sudo permission to run
Code:
su - neg002 -c "script" > logfile
As he can run this one command as root when typing
Code:
sudo su - neg002 -c "script" > logfile
he is not prompted for a password. There's a ton of examples on how to achieve it in /etc/sudoers and man sudo/man sudoers I think.