Use the PDM compare facility, to compare the module you are about to implement with Production, to ensure no one has updated production, since your source was originally pulled into the pdmline.

 

Options O;O;L;2

Brings following screen select option 1, BUILD WIP:

 

 -------  AllFusion Endevor Change Manager Parallel Development Option  --------

  Option ===>  1                                                                   

                                                                                

     0  DEFAULTS  - Specify user session parameters                            

     1  BUILD WIP - Build Work-in-Process (WIP) file                           

     2  EDIT WIP  - Edit Work-in-Process (WIP) file                            

     3  MERGE     - Merge Work-in-Process (WIP) file into OUTPUT source file   

     4  SUBMIT    - Build job for batch submission                             

     T  TUTORIAL  - Tutorial on how to use the Parallel Development Option     

     C  CHANGES   - New features for this release                              

                                                                               

 Processing Mode:                                                              

    Foreground or Batch ===> F  (Foreground/Batch)                             

                                                                               

 ---------------------------- Batch Specification ------------------------------

 Batch Request Data Set:               Batch Options:                          

    Project  ===>                         Append or Replace ===> R   (A/R)     

    Group    ===>                                                              

    Type     ===>                                                               

    Member   ===>                                                              

 Other partitioned or sequential data set:                                     

    Data Set Name ===>                                                          

                                                                               

Key in the WIPFILE member name and set the other parms as indicated:  

Build WIP ----------------- WIP Specification Panel ---------------------------

 Command ===>                                                                  

                                                                                

 Specify Work-in-Process ("WIP") library below, then press the ENTER key.      

                                                                               

 WIP Library:                                                                  

    Project  ===> DHRT                                                          

    Group    ===> HSA                                                          

    Type     ===> WIPFILE                                                      

    Member   ===>  WIPMBR                                                              

                                                                               

 WIP Other partitioned or sequential data set:                                 

    Data Set Name  ===>                                                         

                                                                               

 Data set options:                                                             

    If partitioned, replace like-named members  ===> Y     (Yes/No)            

                                                                               

 WIP Build options:                                                            

    Number of Derivation files ===> 1         (1/2)                             

    Create WIP                 ===> Y         (Yes/No)                         

    Automatically Merge        ===> N         (Yes/No)                         

    Generate WIP reports       ===> A         (All/Summary/No)                 

    Write stats to data set ===>                                               

 

The Build Root from, allows you to select a dataset or endevor.  

Root Libarary is for dataset, Endevor, you will fill in the blanks as needed.  

You  can specifiy version level numbers, Stage3,  StageU, or StageP.

 

 

BUILD WIP ---------------- Root Specification Panel ---------------------------

Command ===>                                                                  

                                                                              

Specify Root location below, then press the ENTER key.                        

                                                                              

Build Root from  ===> E     (Data set/ENDEVOR)                                

                                                                              

Root Library:                                        Compare Columns:         

   Project  ===> DHRT.BDA                               From      ===> 8      

   Group    ===> IMTT                                   Through   ===> 72     

   Type     ===> JOBLIB                                                       

   Member   ===>                 Thru Member ===>                             

                                                                               

Root Other partitioned or sequential data set:                                

   Data Set Name ===>                                                         

                                                                               

ENDEVOR:                           List Options:                              

   Environment  ===> DEV3STEP        Where CCID  ===>                         

   System       ===> HSISPDM2        CCID Type   ===> A  (Any/Base/Generate/  

   Subsystem    ===> HSIS                                 Retrieve/Last action)

   Element      ===> PROGRAM       Version  ===>    Level  ===>               

   Type         ===> COBOL                                                    

   Stage        ===> 3             3 - DEV2USER     U - USER2PRD              

 

Next specify the module to compare to, in this example that would be production.  

 

Build WIP ------------- Derivation 1 Specification Panel ----------------------

Command ===>                                                                  

                                                                              

Specify Derivation 1 location below, then press the ENTER key.                

                                                                              

Build Derivation 1 from  ===> E     (Data set/ENDEVOR)                        

                                                                               

Derivation 1 Library:                                                         

   Project  ===> DHRT.BDA                                                     

   Group    ===> IMXT                                                          

   Type     ===> JOBLIB                                                       

   Member   ===>                   Thru Member ===>                           

                                                                               

Derivation 1 Other partitioned or sequential data set:                        

   Data Set Name ===>                                                         

                                                                               

ENDEVOR:                           List Options:                              

   Environment  ===> DEV2STEP        Where CCID  ===>                         

   System       ===> TEAM53          CCID Type   ===> A  (Any/Base/Generate   

   Subsystem    ===> HSIS                                 Retrieve/Last action)

   Element      ===>  program   Version  ===>    Level  ===>               

   Type         ===> COBOL                                                    

   Stage        ===> P             2 - DEV2PROD     P - PROD                  

 

It returns to this screen with message BUILD WIP Complete, so edit the WIP option 2.

-------  AllFusion Endevor Change Manager Parallel De       BUILD WIP Complete

   Option ===>  2                                                                   

                                                                                

     0  DEFAULTS  - Specify user session parameters                            

     1  BUILD WIP - Build Work-in-Process (WIP) file                           

     2  EDIT WIP  - Edit Work-in-Process (WIP) file                            

     3  MERGE     - Merge Work-in-Process (WIP) file into OUTPUT source file   

     4  SUBMIT    - Build job for batch submission                             

     T  TUTORIAL  - Tutorial on how to use the Parallel Development Option     

     C  CHANGES   - New features for this release                              

                                                                               

 Processing Mode:                                                              

    Foreground or Batch ===> F  (Foreground/Batch)                             

                                                                               

 ---------------------------- Batch Specification ------------------------------

 Batch Request Data Set:               Batch Options:                           

    Project  ===>                         Append or Replace ===> R   (A/R)     

    Group    ===>                                                              

    Type     ===>                                                               

    Member   ===>                                                              

 Other partitioned or sequential data set:                                     

    Data Set Name ===>                                                         

 

Edit the member, the               COMPLEXITY FACTOR................ 1   usually indicates discrepancies.  You can find each discrepancy by doing a find on the % sign.  – F %

 

Compare the code, if all you see are your changes then you should be ready to implement, if you see stuff in the prod version not in yours and not changed by you, then you need to update your program and recompile incorporating the production changes with yours.