Previous Topic

Next Topic

Book Contents

Book Index

Messages DLD900 through DLD9xx

This group includes messages for the IOA (infrastructure) product.

DLD952S ERROR OPENING SEQUENTIAL FILE

Explanation: The IOADLD utility detected an error while opening a sequential file from which it is to read the records.

The IOADLD utility terminates with a return code of 16.

Corrective Action: Check the IOA Log and the system job log for more information. Correct the error, and rerun the job. If the error persists, contact BMC Customer Support.

DLD953S ERROR OPENING DATABASE FILE, RC=rc

Explanation: The IOADLD utility detected an error while opening the IOA Access Method Database file. For a list of possible rc values from the Access Method, see message CTD908S.

The IOADLD utility terminates with a return code of 20.

Corrective Action: Check the IOA Log and the system job log for more information. Correct the error, and rerun the job. If the error persists, contact BMC Customer Support.

DLD955I UTILITY IOADLD STARTED

Explanation: This information message indicates the normal start of the IOADLD utility. The IOADLD utility creates an IOA Access Method data file from the data in a sequential file that was previously created by the IOADUL utility.

Corrective Action: No action is required.

DLD956I UTILITY ENDED WITH RETURN CODE num

Explanation: This information message indicates that the IOADLD utility terminated.

The IOADLD utility terminates with a return code of num.

Corrective Action: If the IOADLD utility ended with a non-zero return code, check for other error messages to determine the problem.

DLD957S ERROR IN IOAPARM LOADING

Explanation: The IOADLD utility detected an error while loading the IOAPARM member.

The IOADLD utility terminates with a return code of 4.

Corrective Action: Check the IOA Log and the system job log for more information. Correct the error, and rerun the job. If the error persists, contact BMC Customer Support.

DLD958S ERROR IN WRITING INTO THE DATABASE FILE, RC=rc

Explanation: The IOADLD utility detected an error while adding records to the IOA Database Access Method. A likely reason is that there is not enough space for the IOA Database Access Method. For a list of possible rc values from the Access Method, see message CTD908S.

The IOADLD utility terminates with a return code of 24.

Corrective Action: Do the following:

  1. Check the system job log for more information.
  2. Use the IOADBF utility to allocate a new file with bigger SPACE parameter values.
  3. Re-run the job.
  4. If the error persists, contact your INCONTROL administrator.

DLD960S ERROR WHILE CLOSING THE DATABASE FILE, RC=rc

Explanation: The IOADLD utility detected an error while closing the IOA Access Method file. For a list of possible rc values from the Access Method, see message CTD908S.

The IOADLD utility terminates with a return code of 30.

Corrective Action: Check the IOA Log and the system job log for more information. Correct the error, and rerun the job. If the error persists, contact BMC Customer Support.

DLD961I NUMBER OF COPIED RECORDS = number_of_records

Explanation: The IOADLD utility has completed loading IOA Access Method File contents. This information message notifies you how many records were copied by the utility.

Corrective Action: No action is required.

DLD970I RENUM INDICATOR IS R

Explanation: This information message indicates that the RENUM parameter was specified when running the IOADLD load utility.

Corrective Action: No action is required.

DLD971S OFFSET IS NOT NUMERIC

Explanation: A nonnumeric offset value was specified for the RENUM parameter. Three values are specified for the RENUM parameter. The second value, the offset, must be numeric.

The IOADLD utility terminates with a return code of 32.

Corrective Action: Correct the parameter values, and resubmit the job. For more information, see the IOADLD utility in the INCONTROL for z/OS Utilities Guide.

DLD972S LENGTH IS NOT NUMERIC

Explanation: A nonnumeric length was specified for the RENUM parameter. Three values are specified for the RENUM parameter. The third, length, must be numeric.

The IOADLD utility terminates with a return code of 34.

Corrective Action: Correct the parameter values, and resubmit the job. For more information, see the IOADLD utility in the INCONTROL for z/OS Utilities Guide.

DLD973S INPUT FILE IS NOT SORTED CORRECTLY

Explanation: When loading the input file to the Control-O Variables file, the RENUM parameter was specified for the IOADLD load utility. However, the input file had not been sorted. This message occurs when loading the input file to the Control-O Variables file.

If the RENUM parameter is specified for the IOADLD utility, the records of the input file are sorted, renumbered, and then sorted in the positions specified by the offset and length values. However, after the renumbering process, the IOADLD utility found that the records were not sorted properly.

The IOADLD utility terminates with a return code of 36.

Corrective Action: Correct the parameter values, and resubmit the job. For more information, see the IOADLD utility in the INCONTROL for z/OS Utilities Guide.

Parent Topic

DLD messages