AGJ3CSI. Can I delete the CSI I created previously from my first run of job?
search cancel

AGJ3CSI. Can I delete the CSI I created previously from my first run of job?

book

Article ID: 110108

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

The installation job AGJ3CSI defines the CSI data set. 
Can I now delete the CSI dataset that was created previously, that is prior to the AGJ3CSI job being run?
If so, do you have sample jcl that will delete the SMP/E CSI?
 

Environment

Release:
Component: IDMS

Resolution

Yes you can delete the CSI that was created previous to running the AGJ3CSI installation job because it defines the CSI data set. 
Below is some sample jcl you can use to delete the unwanted CSI data set.

=============================== T O P ========================== 
//DEFINRW EXEC PGM=IDCAMS 
//SYSPRINT DD SYSOUT=* 
//SYSUDUMP DD SYSOUT=* 
//AMSDUMP DD SYSOUT=* 
//SYSIN DD * 
DELETE #######.CLEANUP.DIST.CSI CLUSTER 
//* 

============================ B O T ==========================  


 

Additional Information

Install Products Using SMP/E JCL