APK479I REQUESTED DATA OBJECT filename NOT FOUND, RETURN CODE nn.

Explanation

A data object was requested with a Map Data Resource (MDR) structured field in the input file or page definition, but resource access table (RAT) could not access the object.

System action

ACIF stops processing.

System programmer response

Make sure that both the object and the RAT are installed in the correct directory. If not, use a resource installer product to install the data object in the correct directory and build the RAT entry. If the data object files and the RAT are installed correctly, contact IBM® Software Support for assistance.

User response

The requested data object needs to be installed on the system in one of the directories specified with the USERPATH, FONTPATH, or OBJCPATH parameter. The return code indicates why the object was not found and gives the action to perform:
Code Description and action
10 Attempt to assign storage failed.
20 No RAT was found in the paths specified with the USERPATH, FONTPATH, or OBJCPATH parameter. Make sure that a correct set of paths is specified for these parameters. Contact your system programmer to verify that the object is installed on your system.
30 RAU handle is null. Contact your service representative.
40 Font is not found. There was no entry for the requested font in the RAT. Make sure that you have specified the correct set of paths to search. If the correct paths are specified, contact your system programmer to install the font in the correct directory and update the RAT.
50 Conversion information is missing. The object might not be found for one of the following reasons:
  • The MDR structured field specifies the object encoding by CPGID/GCSGID names that cannot be mapped to a CCSID.
  • The object file name cannot be converted to ASCII or EBCDIC for access on your system.
If the object name cannot be converted or mapped, the name is presented as a hexadecimal string. Contact your system programmer for assistance in analyzing this return code.
70 Unable to convert code page or character set to CCSID. Same action as return code 50.
90 RAU handle is missing. Contact your service representative.
100 Path name is missing on AddPath. Contact your service representative.
110 RAT contains incorrect entries. Contact your service representative.
120 ICU open request has an error. Same action as return code 50 (z/OS®).
130 ICU conversion has an error. Same action as return code 50 (z/OS).
140 RAT type does not match the Find call. Contact your service representative.
150 RAT type is incorrect. Contact your service representative.
160 Requested color management resource (CMR) is not found in the RAT. Make sure that you have specified the correct set of paths to search. If the correct paths are specified, contact your system programmer to install the CMR into the correct directory and update the RAT.
170 Requested data object is not found in the RAT. Make sure that you have specified the correct set of paths to search. If the correct paths are specified, contact your system programmer to install the object into the correct directory and update the RAT.
180 CMR name is incorrect. Contact your service representative.
190 RAT contains incorrect entries. Contact your service representative.
200 Resource access table (RAT) not valid. For example, RAT uploaded as a text file instead of a binary file.
210 Font not found inline. An MDR setting requires that the requested data object font is inline in the input file resource group (RESTYPE=ALL or RESTYPE=FONTS). The MDR repeating group flag does not apply to any code page named on a Fully Qualified Name (FQN) triplet with an FQNType of X'85' that is used with the data object font (such as T1V10500). ACIF does not search external libraries when the MDR repeating group flag requires that the data object font is inline.