Procedure for updating CA 7's external data set tracking table
search cancel

Procedure for updating CA 7's external data set tracking table

book

Article ID: 27574

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

How do you add data sets to the external data set tracking table?

Resolution

  1. After adding the new data set names to the SASSXDSN source, you will assemble and link SASSXDSN and refresh LLA (if needed).
  2. Run the  sample JCL below to load the new SASSXDSN table. 
  3. Change the version if needed.
  4. Change the x to the instance number that you are updating.

 

 
//CAIRIM EXEC PGM=CAIRIM,REGION=0M
//STEPLIB DD DISP=SHR,DSN=your.common.services.loadlib
// DD DISP=SHR,DSN=your.CA7.loadlib
//PARMLIB DD *
PRODUCT(CA-7) VERSION(L2C1)
//L2OPTS DD *
CA7x UPDATE XDSN(SASSXDSN)
//KEYS DD DUMMY
//

5. Verify the new table is loaded by issuing the following OS modify command to the ICOM task on the system where you loaded the new table:

F icom,D=EXTDSN