CICS Configuration Manager administrator only

Define TOURDT and TOURTP migration schemes

Before you can use change packages to migrate resource definitions between CICS® configurations, you need to define migration schemes. These determine the source and target CICS configurations, and other details of a migration.

We are going to create two migration schemes:

TOURDT
To migrate from the TOURDEVT CICS configuration to the TOURTEST CICS configuration. ("Development" to "Test".)
TOURTP
To migrate from TOURTEST to TOURPROD.
Figure 1. Guided tour: migration schemes, and their source and target CICS configurations
  1. On the primary menu, select option 1.3 Migration Schemes.
  2. On the command line of the Migration Schemes list panel, enter DEF
  3. Enter TOURDT as the name of the new migration scheme.
  4. On the edit panel for the new migration scheme, enter:
    • A description (for example, "Guided tour Development to Test")
    • A single migration path, with a source CICS configuration of TOURDEVT and a target CICS configuration of TOURTEST.

    This is as simple as a migration scheme gets: one source CICS configuration, one target CICS configuration. We will leave approval processing and transformation rules for later.

    Figure 2. Guided tour: Defining a migration scheme
       File  Menu  Settings  Help 
     ──────────────────────────────────────────────────────────────────────────────
     Edit                          Migration Scheme                 Row 1 to 1 of 1 
     Command ===>                                                  Scroll ===> CSR 
    
     Name  . . . . : TOURDT   
     Description . . Guided tour development to test                    
    
     Approval Processing
        Activate
    
     Choose a view for related options
     1  1. Migration paths
        2. Transform variables
    
     Define the migration path source and target CICS Configurations                
    
                                             Delete at
     / Source +  Target +  Transform Rule +   Source
       TOURDEVT  TOURTEST                       NO  
     ******************************* Bottom of data ********************************
  5. Press the Exit key (F3) to save the migration scheme and return to the list of migration schemes.
  6. Define a TOURTP migration scheme with a source CICS configuration of TOURTEST and a target CICS configuration of TOURPROD.

Information Information

Feedback


Timestamp icon Last updated: Friday, 7 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///ccv-tutorial-2-010.htm
End of CICS Configuration Manager administrator only