Migrate a Software AG Entire Operations (EOR) scheduler to BMC Control-M
EOR2CTLM is a straightforward batch converter for scheduler exports. It converts Software AG Entire Operations (EOR) z/OS object definitions into XML files ready for import into BMC Control-M.
Input
One or more EOR object-definition exports in text format:
- SYMBOLS
- NETWORK
- JOB
- SCHEDULE and CALENDAR
Output
- One XML file per FOLDER, corresponding to an EOR NETWORK, or one consolidated XML file.
Converted definitions
The following definitions are converted to their BMC Control-M equivalents:
-
SYMBOLS
OBJECT=SYMBOL-MASTER OWNER=XYZ SYMBOL-TABLE=ADEST SYMBOL=PRODTEAM TYPE=A VALUE=prodteam(a)my.company.com PROMPT=E
-
IN-COND conditions
IN-COND-DEF IN-CONDITION=THISJOB-OK IN-REFERENCE=RUN IN-EXIST=Y
-
OUT-COND conditions
OUT-CONDITION-P OUT-CONDITION=MYJOB-OK OUT-COND-REFERENCE=RUN OUT-COND-DELETE-ADD=A
-
Conditional Job-OK / Job-NotOK status assignments
NETWORK=MYNETWK123 JOB=MYJOB123 EVENT-NAME=ANYSTEP CODE=C VALUE=0004 OP=> OK=NO
-
EMAIL / SHOUT alerts
EVENT-NAME=JOB-NOTOK MSG=^P-NETWORK ^P-JOB not-ok MSG-RECEIVER MSG-RCV-NAME=*CONSOLE MSG-RCV-TYPE=A MSG-RCV-NODE=N0148 MSG-RECEIVER MSG-RCV-NAME=^SMTEAM MSG-RCV-TYPE=A MSG-RCV-PROCESSOR==EMAIL MSG-RCV-NODE=N0123 MSG-RECEIVER MSG-RCV-NAME=^PRODTEAM MSG-RCV-TYPE=A MSG-RCV-PROCESSOR==EMAIL MSG-RCV-NODE=N0123