The problem here is that submitting of any batch job to run automatically without altering source code.
In a Mincom-TP environment, the TP will "detect" jobs that are submitted for execution. In a Tuxedo/BEC world, you can invoke these automatically by simply firing the BEC trigger that resides on the database table MSF080 as follows:
UPDATE MSF080 SET creation_date = creation_date WHERE prog_name = <program_name>; This won't work in later versions of BEC though as the trigger is removed.
For Mincom-TP based systems, your best bet is to simply invoke the job manually via a 'cron' like task every, say, 5 minutes or so by directly calling either the mimsoci task or the mimsrts task as indicated.
If anyone needs some script assistance, let me know.
To avoid source code changes, you could even go so far - to specifically solve this problem - of adding a trigger to your MSF080 table to fire ONLY when the job inserted is MSB460 and then take the appropriate action to invoke the job from the command line. Later versions of MIMS and ELLIPSE all handle this for you.
Regards,
SteveC
Mincom.