Adding Job status to JIL Job Export
book
Article ID: 386956
calendar_today
Updated On:
Products
Autosys Workload Automation
Issue/Introduction
Attached is a java utility to add job status to Jil Job exports.
NOTE:
This utility is provided AS IS.
It will not be enhanced or troubleshoot by Broadcom development team
Resolution
- Download and extract the files attached to this KB article to a machine with the Autosys client installed
- Make sure AutoSys environment is set
- Use autorep to create the status and jil files:
autorep -j ALL > status.txt
autorep -q -j ALL > jil.txt
- Run the java utility to produce the combined file:
java AddStatus jil.txt status.txt
- Import the jil.txt file to add jobs with the last status
jil < jil.txt
Additional Information
Jil Syntax Rules
NOTE:
This utility is provided AS IS.
It will not be enhanced or troubleshoot by Broadcom development team
Feedback
thumb_up
Yes
thumb_down
No