Previous Topic

Next Topic

Book Contents

Book Index

Messages IOA400 through IOA4xx

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

IOA409E A KEYSTROKE REPORT ENDED WITH ERROR(S)

Explanation: Syntax/execution error during processing of a report.

The KeyStroke Language Report will terminate with a condition code of 08 or 12.

Corrective Action: Look for the error in the report listing (the DAKSLOUT DD statement).

IOA41AW MAXCOMMAND 0 OR UNLIMIT SPECIFIED. LOOP DETECTION INACTIVATED

Explanation: This message is issued by KSL when it executes one of the following commands:

These commands specify that KSL should not limit the number of commands executed by a script. By default, the maximum number of commands that can be executed by a KSL script is 400, in order to intercept runaway scripts. This number can be increased by using the MAXCOMMAND limit command.

If a KSL script expects to execute an unlimited number of commands because it runs in an endless loop until requested to stop, then the MAXCOMMAND 0 or UNLIMIT command can be specified in the script.

The script is not limited (loop detection is inactivated).

Corrective Action: Verify that the loop detection has been intentionally inactivated.

IOA482S OPEN OF USER DATE CONTROL-RECORD FAILED. DDNAME "DACHK"

Explanation: Opening of the file containing the User Dates Control record failed (the DACHK DD statement). This message is issued by the New Day procedure.

This is due to one of the following:

The New Day procedure stops executing.

Corrective Action: Correct the JCL for the job/CLIST.

IOA484I POST DAILY CHECKPOINT WRITTEN

Explanation: This information message indicates that Post-daily checkpoint was written.

Corrective Action: Indicates that the New Day procedure ended normally.

Parent Topic

IOA messages