HH&S product

ACMU Automated Conversion from Mainframe to UNIX

Visualise the execution flow generated from an MVS JCL.

JCL Graph

This JCL diagram is generated automatically while ACMU converts the JCL into a shell script.

For each step, it shows:

  • execution conditions
  • input files
  • SYSIN statements
  • the programs or procedures executed
  • output files
This helps Open Systems teams that are unfamiliar with MVS JCL understand the batch workflow.


JCL: DEMOFR21     JOBNAME: DEMOFR21


Step #00001 : INIT0000

Click on items to show details

Step #00002 : STEP0005

Click on items to show details

Step #00003 : STEP0010

Click on items to show details

IF Statement 00004 : COND0015

   
-

Step #00005 : STEP0015

Click on items to show details

ENDIF Statement 00006 : COND0015

END OF JOB DEMOFR21

ACMU JCL Converter - © HH&S 2022

Statistics:

Input JCL file : DEMOFR21                  119 lines

Jobname        : DEMOFR21            

Output script  : DEMOFR21.sh               970 lines, including comments

Generated      : 22 May 2022 18:41:24 using ACMU v532



Top