To set Control-O and CMEM cards in the Mainframe:
-------------------------------------------------
    If there are any Control-O rules or CMEM rules, they are converted in file 
    "<Conversion project directory>/Cards_All_EBCDIC.Rules".
    If this file is not created meaning no rules were converted you can skip this section and start setting
    the converted JCL and Auto edits.
    
    1.	Please verify that Control-O rule library, CMEM rule library and Control-O JCL library that 
        were entered during conversion are allocated in the Mainframe.
    
    2.  Transfer the file "<Conversion project directory>/Cards_All_EBCDIC.Rules" 
        to the MF in FTP with binary format.
        This file contains JCL that uses IEBUPDTE to put the Control-O and CMEM definitions in their libraries.
        This file should be transferred into a member of a library that is already allocated in the Mainframe with LRECL=80.
        Transfer this file in binary format.
                
        When using FTP, you can use the following commands:
        ftp> bin
        ftp> put Cards_All_EBCDIC.rules <Library>(<Member>)

    3.	Submit the job that will set the rules to their library and corresponding member. 


To set converted JCL and Auto edits in the Mainframe:
-----------------------------------------------------

    1.	Please verify that Scheduling Table library, JCL Overlib library, INCLIB library and Alternate JCL library 
        that were entered during conversion are allocated in the Mainframe.
    
    2.  Navigate to directory "<Conversion project directory>/JCLlibs". 
        Each file is a sequential file containing all the members in this library with the JCL converted 
        data to Control-M format.

    3.	Transfer each file to the Mainframe in Ascii format to the same name as it is shown in this directory.
        Each file should be transferred to sequential file with RECFM=FB, LRECL=80,DSORG=PS in Ascii format with the same name.
        
        When using FTP, you can use the following commands:
        ftp> ascii
        ftp> quote site LRECL=80 RECFM=FB PRIMARY=xxxx VOLUME=xxxxxx
        ftp> put <JCLLIB.OUT> '<JCLLIB.OUT>'
        

    4.	Transfer the JCL file "<Conversion project directory>/<convertsion project name>.JCL" 
        to the Mainframe in Ascii format.
        This file contains JCL that uses IEBUPDTE to put the Autoedit definitions and JCL libraries and members in their
        place in the Mainframe converted to Control-M.
        This file should be transferred into a member of a library that is already allocated in the Mainframe with LRECL=80.
        Transfer this file in ascii format.
                
        When using FTP, you can use the following commands:
        ftp> ascii
        ftp> put <convertsion project name>.JCL <Library>(<Member>)
        
    5.	Submit the JCL that will move the converted JCL data to the corresponding libraries and members. 
        In addition this job will set the auto edits data in the INCLIB library.
