Re: [PHP] exec() won't start SAS job

2001-02-03 Thread Richard Lynch
>I'm unable to get exec() to start a small SAS job on my RH 6.2 box. >(I've got file permissions set correctly) The code: File permissions of what for whom? > $command="sas -noterminal -log $SASProgDir$JobName.log ". >" -print $SASProgDir$JobName.lst $SASProgDir$JobName.sas"; >

[PHP] exec() won't start SAS job

2001-02-02 Thread Curt Seeliger
Folks, I'm unable to get exec() to start a small SAS job on my RH 6.2 box. (I've got file permissions set correctly) The code: $command="sas -noterminal -log $SASProgDir$JobName.log ". " -print $SASProgDir$JobName.lst $SASProgDir$JobName.sas"; print("Spawning '$command'\n");