DFS4461E NEITHER AN ACB LIBRARY OR A CATALOG IMPORT DATA SET IS SPECIFIED IN THE UTILITY JCL.
Explanation
The IMS Catalog Populate utility (DFS3PU00) requires either an ACB library or a catalog import data set as input, but the utility JCL does not include a DD statement for either type of input.
To specify an ACB library as input, an IMSACB01 DD statement is required. To specify a catalog import data set as input, a CCUCATIM DD statement is required.
System action
The utility ended with return code 12. No records were loaded or inserted into the IMS catalog.
Programmer response
Specify either the IMSACB01 DD statement or the CCUCATIM DD statement in the DFS3PU00 utility JCL.
The IMSACB01 DD statement must refer to a single ACB library or to a concatenation of ACB libraries. If you specify additional IMSACBnn DD statements, the ddnames must use increasing numeric values in the last two character positions with no missing intermediate values. For example, IMSACB02, IMSACB03, IMSACB04, and so on.
The CCUCATIM DD statement must refer to a catalog import data set that contains a copy of an IMS catalog.