After Applying Endevor PTF LU04728, does the Package file need to be reallocated?
search cancel

After Applying Endevor PTF LU04728, does the Package file need to be reallocated?

book

Article ID: 237429

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

In the HOLDDATA it says:

Optionally evaluate the definition of the package file named in  
your C1DEFLTS's and use IDCAMS to reorganize a package file.     
BC1JRPKG can be used as a template for the reorganization.       

 

Does this mean the Package Control File needs to be reallocated?  

Environment

Release : 18.1

Component : Endevor Software Change Manager

Resolution

1) Run an IDCAMS LISTCAT ALL of the Packages file identified in the C1DEFLTS:

//IDCAMS   EXEC PGM=IDCAMS                        
//SYSPRINT DD   SYSOUT=*                          
//SYSIN    DD   *                                 
  LISTCAT ALL ENTRIES(hlq.mlq.endevor.PACKAGES)       
/*                                                
//                                                

 

2)  Check the   CISIZE of the DATA and INDEX Components:

 DATA :         CISIZE--------------8192  

INDEX: CISIZE--------------2560

     If the Index is not 3584, the Package file should be reorged 

 

3)  Reorg the file after the PTF is applied, using the newly received BC1JRPKG JCL loaded to the CSIQJCL library which has been updated to use the new IBM recommended Control Interval size - CISZ.