Make a job always running.

Hi All,

 i want to make a job as always running job so that whenever it recieve a input file the job should process the file. Please help me with this.

You can try

crontab
* * * * *  script 

This script or job will run at every minute of every hour of every month.

Hi Vikram,

happy to see the reply from u .... will this work even for autosys job also

Iam not sure about that but i hope the below link can help you.

What is AUTOSYS (Linux / UNIX forum at JavaRanch)