CA IDMS DC170012 CA ADS ABEND. ERROR DURING #LOAD OF TASK APPLICATION TABLE      
search cancel

CA IDMS DC170012 CA ADS ABEND. ERROR DURING #LOAD OF TASK APPLICATION TABLE      

book

Article ID: 193897

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

CA IDMS executing an CA ADS task gets error:

DC170012 V10 CA ADS ABEND. ERROR DURING #LOAD OF TASK APPLICATION TABLE      

 

Environment

Release : 19.0

Component : CA IDMS/DB

Cause

The problem occurs when loading the CA ADS TAT table.
It is a load module named $ACF@TAT created by task ADSOTATU and exists in the DDLDCLOD area of the dictionary.
It can also be punched to the load library. It is loaded by the ADS runtime system when a task code invokes ADS.

Resolution

CA ADS will try to load the TAT table from the load area of the dictionary set by a signon profile, DCUF SET DICTNAME, the default dictionary, or from the loadlib.

Check that the current dictionary contains the $ACF@TAT module. It may need to be created with ADSOTATU.

The error can be caused by a customized LOADLIST which will cause the wrong dictionary to be searched, check this with DCUF SHOW LOADLIST.

Also check for any prior errors. If a load area is not available it cannot search the load area for the TAT load module.

One situation that can cause this is if the load area is locked so getting error status 0966:

DC075022 V10 T3 Loader run units will not operate
DC076010 V10 T3 Program.....: RHDCRUAL
DC076011 V10 T3 Subschema...: IDMSNWKL
DC076014 V10 T3 Error Status: 0966
DC076015 V10 T3 Last DBkey..: 0000FF08
DC076021 V10 T3 Error Area..: DDLDCLOD

To fix this run an UNLOCK command, but first ensure the DMCL is pointing to the correct dataset name and not to a dataset used by another CV.