IDMS: Sample IDMSDDDL to perform HOLDDATA Actions described by PTF RO92672
search cancel

IDMS: Sample IDMSDDDL to perform HOLDDATA Actions described by PTF RO92672

book

Article ID: 189176

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

The HOLDDATA Actions for RO92672 are to use the IDMSDDDL utility to update the dictionary with the input in source members    

SRPT000 SRPT001 SRPT005 SRPT006 SRPT007 SRPT008 SRPT009 SRPT010 SRPT011 SRPT012 SRPT013 

SRPT014 SRPT015 SRPT016 SRPT017 SRPT018 SRPT019 SRPT020 SRPT021 

Is there a sample IDMSDDDL job that I can use to perform the HOLDDATA Actions for required by PTF RO92672?


 

Environment

Release : 19.0

Component : CA ADS

Resolution

Below is a sample of the IDMSDDDL JCL used to perform the HOLDDATA ACTIONs required after applying PTF RO92672.  
Each of the Report names are member names in your IDMS.190.CAGJSRC library.
Then in your //SYSIPT DD you specify each member name as input.

For example: 

Here is a sample of the IDMSDDDL job used to perform the HOLDDATA actions for PTF RO97246: 

//IDMSDDDL EXEC PGM=IDMSDDDL,REGION=2048K,COND=(4,LT)        
//STEPLIB  DD DSN=MEN.C5100.PHIL19G.DBA.LOADLIB,DISP=SHR     
//         DD DSN=MEN.C5100.PHIL19G.CUSTOM.LOADLIB,DISP=SHR  
//         DD DSN=DIST.CAGJJ0.PRODTGT.LOADLIB,DISP=SHR       
//SYSCTL   DD DSN=MEN.C5100.PHILTEST.SYSCTL,DISP=SHR         
//SYSJRNL  DD DUMMY                                          
//SYSLST   DD SYSOUT=*                                       
//SYSPCH   DD SYSOUT=*                                       
//SYSUDUMP DD DUMMY                                          
//SYSIDMS  DD  *                                             
DMCL=DMCL1900                                                
DICTNAME=SYSDIRL                                             
//SYSIPT   DD  *                                              
SIGNON DICTNAME SYSDIRL.  
// DD DSN=IDMS.R190.CAGJSRC(PMARPT00),DISP=SHR
// DD DSN=IDMS.R190.CAGJSRC(PMARPT00),DISP=SHR
// DD DSN=IDMS.R190.CAGJSRC(PMARPT02),DISP=SHR
// DD DSN=IDMS.R190.CAGJSRC(PMARPT21),DISP=SHR                                     

// DD DSN=IDMS.R190.CAGJSRC(SRPT000),DISP=SHR                
// DD DSN=IDMS.R190.CAGJSRC(SRPT001),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT004),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT005),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT006),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT007),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT008),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT009),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT010),DISP=SHR                  
// DD DSN=IDMS.R190.CAGJSRC(SRPT011),DISP=SHR    
// DD DSN=IDMS.R190.CAGJSRC(SRPT012),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT013),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT014),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT015),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT016),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT017),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT018),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT019),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT020),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT021),DISP=SHR  
// DD DSN=IDMS.R190.CAGJSRC(SRPT022),DISP=SHR  

Additional Information

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/database-management/ca-idms-reference/19-0/idd-dddl-reference/dddl-compiler-batch-execution-jcl/idmsdddl-under-z-os.html