>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";
>
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");
2 matches
Mail list logo