yerramsetti
22nd April 2008, 14:25
how to run LN jobs in different status in Linux OS?
When the job initiates, we would like it to first determine if the job is in a free state, if so execute the job.
Else the job is in a runtime error status, then the interface should first set the job to free and then execute the job.

Thanks in Advance
yerramsetti:)

Han Brinkman
22nd April 2008, 17:26
Looks like a scripting challenge to me.

On the other hand why check it if you change it anyway if it is not free.

A small sqlscript started from the startjob script can do this for you.

Regards,