0
votes
1answer
50 views

How to connect to autosys box using java

I have a few set of jobs scheduled in a autosys box.I want to make a java code to connect to the host where the autosys job executes.And be able to execute autosys commands.Can anyone help me in this? ...
0
votes
1answer
138 views

Get just the staus of autosys (main) job/box

I have a main autosys box (first_start_main_job)that has 2 different sub box. When I enter autorep -j first_start_main_job -d I get something like: JOb Name | Last Start | Last Run | ST | RUN | ...
1
vote
2answers
1k views

Autosys File watcher

My Task : Need to look for any new/updated files in particular directory of Server A. Once a file new/modified file is present on this directoty, I will need to ftp that file to Server B. Can I do ...
0
votes
1answer
216 views

UNIX SIGNAL TO AUTOSYS

We have a bunch of java process to be run scheduled at various times in AUTOSYS server. Most of the java processes doesn't have a exit statement and hence we have written few stop jobs as in shell ...