http://qs1969.pair.com?node_id=679745


in reply to Perl API to Autosys

I wrote something, but right now it has company specific stuff wrapped up in it. If I can remove the proprietary bits, then maybe I can post it. It's all just a wrapper around the autorep and job_depends commands (and a jil parser), but it also does things like compares two insert_job commands, and generates an update_job command from that (that's what it started out as), as well as finding job dependencies and job status (and I wrote a utility to drill down the job dependencies).

Update: It's posted

Replies are listed 'Best First'.
Re^2: Perl API to Autosys
by Anonymous Monk on Jun 03, 2015 at 18:04 UTC
    is it possible for you to separate the script that can drill down the autosys dependencies up and down?
Re^2: Perl API to Autosys
by Anonymous Monk on Jun 03, 2015 at 18:05 UTC
    is it possible for you to separate the script that can drill down up and down dependencies of a job?

      is it possible for you to separate the script that can drill down up and down dependencies of a job?

      There is no script, CA::AutoSys::Jil module is a module, an ... but sure anything is possible

        Thankyou.. but can you seperate the part of program given above and post the program that can display recursive atomic and dependency conditions given a job as input