Mainframe Code Extraction Prerequisites
This topic provides information about the prerequisites for Mainframe code extraction.
In This Topic:
Introduction
This document provides the steps required for the extraction of the Mainframe code from your environment. The LeapLogic team will use this code to assess and transform the Mainframe code/scripts to the target-native equivalent code.
Mainframe Code Extraction
Mainframe code is typically stored in a Subversion repository. If you are not using Subversion, the data may be residing on a shared location or on a production server file system. To ensure successful code extraction, it is crucial to understand the methods for invoking COBOL, whether through JCL or Mainframe orchestration tools such as CA-7 or Control-M.
The high-level steps for extracting the required code are as follows:
- Provision Access for Repository/Server: Get the required access to the Subversion repository (CVS/SVN/Git) or access the server using valid credentials.
- Identify Code (JCL/COBOL): Identify the repository branch or folders where the production code is maintained.
- Copy or Checkout: Copy or checkout the required code from the repository/server to your local system.
- Package Code: Compress the code into a ZIP file or any suitable archive format such as 7Z.
- Choose Sharing Method: Select a method for sharing the code, such as email or file-sharing services.
- Share Code: Share the extracted code by following the selected sharing method in the previous step.