DB347003 V3 T21 DBSUB01 subschema not found
DC027007 V3 T21 TASK:REFBUILD PROG:PROG01 ABENDED WITH CODE 1474
Subschema is not found by TASK but DMLO finds the Subschema
LOOK PROGRAM=DBSUB01 and it finds it in TSTDICT.
Release : 19.0
The REFBUILD task is a startup autotask. When this is the case, the subschema load module for sub DBSUB01 needs to found in the DEFAULT dictionary.
To determine your DEFAULT dictionary, issue the following at Enter Next Task Code:
DCMT D DBN
This will display the CV's dbname table.
On the first page of the display, you will see the default subschema mappings.
You should see a line that looks like this:
SUBSCHEMA IDMSNWK? MAPS TO IDMSNWK? USING DBNAME xxxxxxx
Where 'xxxxxxx' is the name of your DEFAULT dictionary.
This is where the subschema load module must reside.