Dumping Autosys JIL
by
Dan Fairs
—
last modified
Oct 04, 2007 12:25 PM
Note to self: how to dump the JIL for an Autosys job.
This is another Autosys snippet for my own benefit. It's often useful to dump the JIL for a job that's already in the Autosys system, perhaps if someone's added it through the (dreadful) web interface.
autorep -J <jobname> -q
If <jobname> is a box job, then the JIL for the box and all jobs in the box will be dumped to stdout.
