execute a .jil file

hello all,

Could anyone please suggest me as to how could we execute a .jil file.

Thanks in advance for your help.

google .jil file

It appears to be Java in Lisp and needs the JDK

.jil fileS basically contain Autosys JOB used for job scheduling.
You can't execute .jil file directly instead do the following thing --
1-- submit your jil to autosys database using : jil<your_autosys_jilfile.jil
this command will transfer all your jil contents to autosys database.

2-- Once jill will successfully submitted to database
Run the JOB inside that JIL using following command

3-- sendevent -E FORCE_STARTJOB -J JOBNAME --TO START A JOB
sendevent -E DELETE_JOB -J JOBNAME -- TO REMOVE JOB
4-- autorep -J JOBNAME -- To view the job
-
-
-
-
-

Hey cool....it works..
Thanks a bunch..

Hey..thank you so much....
Have a great weekend..:slight_smile: