I'm very new to AutoSys jobs and I have following commands stored in single jil file. let's call it, test.jil.
insert_job: job_A command: echo 'mock' description : mock job A
sendevent -E JOB_ON_ICE -J job_A
I'm trying to run jil < test.jil. it doesn't recognize sendevent. How can i get it working ?
In jil file we can write commands like insert_job, delete_job,update_job but sendevent is different command which should be triggered by autosys agent. So you can separately create executable file in which you can write that sendevent command and execute it through CLI.
Thanks.