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. 
 
//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) <-- change version if needed
//L2OPTS DD *
CA7x UPDATE XDSN(SASSXDSN) <-- change x to the instance number you are updating
//KEYS DD DUMMY
//

3. 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