Editing the GOCFB2VB job

The GOCFB2VB job is generated by TCz if you specified that you wanted to create variable-blocked (VB) versions of the Db2® Admin Tool and Object Comparison Tool CLIST and EXEC libraries You might need to edit this job to specify the correct ADB and GOC SAMP data sets.

About this task

GOCFB2VB is generated based on the information specified on the Product Parameters: DB2 Object Comparison (CCQPPRD) panel under the following field:
Create Variable Block CLIST and EXEC libraries
If you use CLIST and EXEC libraries that are variable blocked (VB), create VB versions of these libraries. The data set names of the new VB libraries are the same as the fixed blocked (FB) libraries but are suffixed with .VB.

GOCFB2VB is based on the GOCFB2VB template and is in member job_sequence_number_FB2V _Db2_entry_ID.

The following parameters in GOCFB2VB correspond to the indicated field on Product Parameters: DB2 Object Comparison (CCQPPRD) panel:

Table 1. GOCFB2VB parameters
Parameter name Field
CCQ_GOC_HLQ DB2 Object Comparison hlq
CCQ_GOC_FB2VB_VLSRNM Fixed to variable blocked VOLSER
CCQ_GOC_FB2VB_DASD Fixed to variable blocked UNIT
CCQ_GOC_ADB_HLQ DB2 Admin Tool hlq

Procedure

To edit the GOCFB2VB job:
  1. Open the GOCFB2VB job in the ISPF editor.
  2. Edit the job step that creates the VB version of the CLIST library. Check the low-level qualifier for the VB data set and correct it if needed.

    For example, in the following job step, SGOCCLST is specified as the low-level qualifier:

    Figure 1. Example GOCFB2VB job step that creates the VB version of the CLIST library
    //********************************************************************* 
    //*                                                                     
    //CLIST  EXEC PGM=IKJEFT01,                                             
    // PARM=('%ADBFBVB DMTOOL.SGOCCLST',                                    
    //       'DMTOOL.SGOCCLST.VB')                                          
    //SYSEXEC  DD DISP=SHR,DSN=DMTOOL.SADBSAMP                              
    //SYSTSPRT DD SYSOUT=*                                                  
    //SYSTSIN  DD DUMMY                                                     
    //SYSPRINT DD SYSOUT=*                                                  
    //SYSIN    DD DISP=SHR,                                                 
    //            DSN=DMTOOL.SADBSAMP(ADBIEBVB)                             
    //MEMBERS  DD *                                                         
    *                                                                       
    //*                                                                     
    

    This job creates the GOCC10.low-level-qualifier.VB data set, where low-level qualifier is the low-level qualifier that you specify.

  3. Edit the job step that creates the VB version of the EXEC library. Check the low-level qualifier for the VB data set and correct it if needed.

    For example, in the following job step, SGOCEXEC is specified as the low-level qualifier:

    Figure 2. Example GOCFB2VB job step that creates the VB version of the EXEC library
    //********************************************************************* 
    //*                                                                     
    //EXEC   EXEC PGM=IKJEFT01,                                             
    // PARM=('%ADBFBVB DMTOOL.SGOCEXEC',                                    
    //       'DMTOOL.SGOCEXEC.VB')                                          
    //SYSEXEC  DD DISP=SHR,DSN=DMTOOL.SADBSAMP                              
    //SYSTSPRT DD SYSOUT=*                                                  
    //SYSTSIN  DD DUMMY                                                     
    //SYSPRINT DD SYSOUT=*                                                  
    //SYSIN    DD DISP=SHR,                                                 
    //            DSN=DMTOOL.SADBSAMP(ADBIEBVB)                             
    //MEMBERS  DD *                                                         
    *                                                                       
    //*                                                                     

    This job creates the GOCC10.low-level-qualifier.VB data set, where low-level qualifier is the low-level qualifier that you specify.

  4. Save the file.

What to do next

Submit the job.