Adding Job status to JIL Job Export
search cancel

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

Environment

Autosys 12.x 24.x

Resolution

  1. Download and extract the files attached to this KB article to a machine with the Autosys client installed
  2. Make sure AutoSys environment is set

  3. Use autorep to create the status and jil files:
    autorep -j ALL > status.txt
    autorep -q -j ALL > jil.txt

  4. Run the java utility to produce the combined file:
    java AddStatus jil.txt status.txt

  5. 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

Attachments

Jil_Add_status.zip get_app