Question : Invoke perl script in Autosys Command

Hi Experts, I am trying to invoke a perl script on unix server using autosys. When I try the belwo as the autosys job and I invoke, it throws error.

command:`/home/ldncmpsu/script/prodstatus.pl`

Error I get when I try to run this autosys job is

/bin/sh: /home/ldncmpsu/script/prodstatus.pl : : No such file or directory

I guess my question is how to call a perl script in autosys jil


Answer : Invoke perl script in Autosys Command

What did you change to get autosys to run the Perl script?

Where is the instances directory located?  You should use a full path, eg:

$filehtml=newFd("/home//ldncmpsu/instances","file");
Random Solutions  
 
programming4us programming4us