Where is the PRODXML file referenced in TSS fix LU04016
search cancel

Where is the PRODXML file referenced in TSS fix LU04016

book

Article ID: 232171

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

The holddata for LU04016 says "Before applying this PTF, you must increase the directory and space allocation for the PRODXML file."

How does one find the name of the "PRODXML" file or files?

 

 

 

Environment

Release : 16.0

Component : Top Secret for z/OS

Resolution

It is a Top Secret file. 

You can find the File name with a job like this.

 

//RECESO EXEC PGM=GIMSMP                  
//SMPCSI DD DISP=SHR,DSN=TOPSECRET.CSI    
//SMPLOG   DD  DUMMY                      
//SMPOUT DD SYSOUT=*                      
//*LIST ALLZONES SYSMOD.                  
//SMPCNTL  DD *                           
     SET    BOUNDARY (TARGET).             
     LIST ALLZONES                        
     DDDEF  .                     
//*                                       

Change TARGET to the name of your Target zone.

AAKOXML and CAKOXML point to the PRODXML file.

 

Additional Information

The following JCL was used to create the enlarged PRODXML file:
 
//AAKOXML  DD DSN=TSS.MSPS.TSSG0GA.PRD.CAI.AAKOXML,    
//         DISP=(NEW,CATLG,DELETE),                    
//         DCB=(LRECL=512,BLKSIZE=32760,RECFM=VB),     
//         MGMTCLAS=TSO,STORCLAS=TSO,DATACLAS=DEFAULT, 
//         SPACE=(TRK,(62,6,12))                       
//CAKOXML  DD DSN=TSS.MSPS.TSSG0GA.PRD.CAI.CAKOXML,    
//         DISP=(NEW,CATLG,DELETE),                    
//         DCB=(LRECL=512,BLKSIZE=32760,RECFM=VB),     
//         MGMTCLAS=TSO,STORCLAS=TSO,DATACLAS=DEFAULT, 
//         SPACE=(TRK,(62,6,12))