Previous Topic

Next Topic

Book Contents

Book Index

Messages KSL400 through KSL4xx

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

KSL401I A KEYSTROKE REPORT STARTED

Explanation: This information message is a normal start message of a KeyStroke Language Report.

Corrective Action: No action is required.

KSL402I A KEYSTROKE REPORT ENDED SUCCESSFULLY

Explanation: This information message indicates that a KeyStroke Language Report ended successfully.

The report ended successfully from the point of view of report syntax and execution. A user may set the condition code to any condition code and send a message indicating otherwise. It is recommended to check the condition code as well (using the Control-M/D facilities).

Corrective Action: No action is required.

KSL403E TEXT EXPECTED BETWEEN QUOTES IN THE COMMAND

Explanation: A text between quotes is expected as one of the command parameters. The command line is printed in the previous line.

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

Corrective Action: Refer to the Control-M for z/OS User Guide or the Control-D and Control-V User Guide for the valid command syntax.

KSL404E REDUNDANT PARAMETERS IN THE REPORT COMMAND

Explanation: Redundant text in the report line (columns 1-80). The command line is printed in the previous line.

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

Corrective Action: Correct the syntax of the report.

KSL405E MISSING/INVALID PARAMETERS IN THE REPORT COMMAND

Explanation: A parameter of a command has an invalid value, or an obligatory command parameter is missing. The command line is printed in the previous line.

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

Corrective Action: Refer to the Control-M for z/OS User Guide or the Control-D and Control-V User Guide for valid command syntax.

KSL406E INVALID LINE/COL NUMBER - num (OR OUT OF RANGE)

Explanation: A line number or a column number used in a KeyStroke Language Report command is not within the limits of the screen size or the limits of the print page size (or the header/bottom size), or cannot be referred to in the erroneous command.

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

Corrective Action: Refer to the KSL section of your CONTROL product user guide for valid command syntax.

KSL407E INTERNAL COMMAND HANDLER ERROR RC rc

Explanation: An internal error occurred in the KeyStroke Language (KSL) command handler.

The return code (rc) is for internal use only.

The KSL report terminates with a condition code of 12.

Corrective Action:

  1. Verify that all the sysouts produced by the KSL procedure point to a printable class.
  2. Add TRACE ON and DBGLEVEL 255 statements to the KSL or KOA script to produce trace information:.
  3. Submit the job.
  4. Report the problem with all the sysouts of the job and the return code (rc) to BMC Customer Support.

KSL408E MAXIMUM NUMBER OF COMMANDS EXCEEDED. REPORT IS TERMINATED

Explanation: The maximum number of report commands as defined in MAXCOMMAND, has been exceeded.

The default MAXCOMMAND value is 400. It can be set to any number up to the seven digit value 9999999.

The KeyStroke Language Report terminates with a condition code of 12.

Corrective Action: Check for a possible loop. Correct the syntax of the report, and set a larger value for MAXCOMMAND.

KSL409E 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).

KSL410E TYPING IN A "SCREEN" PROTECTED AREA IS NOT PERMITTED - THE REPORT IS TERMINATED

Explanation: A text (string) used in a TYPE command does not fall within the limits of one unprotected data field on the screen.

As in normal screen processing, it is impossible to type over protected screen areas.

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

The current screen and the current cursor position are printed to help resolve the problem.

Corrective Action: Correct the syntax of the report.

Parent Topic

KSL messages