Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JCS to Autosys migration

Tags:

jobs

autosys

jcs

We have jobs running in JCS, and since JCS is no longer supported, we are migrating jobs in JCS to Autosys. No one in our team have any idea on how to migrate the JOBs in JCS to Autosys. Even I googled for the same but no help.

Can anyone please give steps to migrate JCS jobs to Autosys.

like image 973
NJMR Avatar asked Nov 08 '22 01:11

NJMR


1 Answers

I'm not sure about migrating active jobs, but it seems Autosys has a "job information language" (JIL) that can be used to write commands for creating jobs. If JCS has any way to extract the job information into one or more files, you could write a script to parse the JCS job information from the files and the script could construct and run JIL for recreate the job in Autosys.

like image 172
miir Avatar answered Dec 31 '22 03:12

miir