Previous Topic

Next Topic

Book Contents

Book Index

Messages API0 through API0xx

This group includes messages for the Control-O product.

API000E PRINT FILE OPEN FAILED

Explanation: The print file cannot be opened. IOAAPI continues to run, but no messages are printed.

Corrective Action: Find and correct the error. Usually, a DD statement is missing.

API001I IOA API STARTED

Explanation: This information message indicates that the IOAAPI program has started.

Corrective Action: No action is required.

API002I IOA API ENDED

Explanation: This information message indicates that the IOAAPI program has ended.

Corrective Action: No action is required.

API003I REQ= requestText

Explanation: This information message shows the text of the request (requestText) as passed to IOAAPI.

The message will be processed.

Corrective Action: No action is required.

API004I RC= rc

Explanation: This information message shows the return code (rc) issued on processing the request.

Corrective Action: No action is required.

API005E STOPPED ON ERROR

Explanation: The IOAAPI program stopped running because a return code was issued indicating an error. The error code is shown in the API004I message.

Corrective Action: Correct the error and run IOAAPI again.

API006I CONDITION IS {TRUE | FALSE}

Explanation: This message is issued after the THEN or ELSE part of an IF statement. It shows whether the condition value is TRUE, in which case the requests are honored, or FALSE, in which case the requests are ignored.

Corrective Action: No action is required.

API007E ERROR IN "IF" STATEMENT

Explanation: There is an error in an IF statement. The IOAAPI program stopped.

Corrective Action: Correct the error and run IOAAPI again.

API008E SERVICE_TYPE NOT RECOGNISED serviceType

Explanation: The service type requested is not recognized. The recognized service types are COND, MAIL and LOG.

In this message, serviceType is the unrecognized service type.

Corrective Action: Correct the error and run IOAAPI again.

API010E xxxx SERVICE IS NOT SUPPORTED AS xxxx

Explanation: The MAIL and LOG services can only be used in batch or API runs.

Corrective Action: Correct the error and run IOAAPI again.

Parent Topic

API messages