Previous Topic

Next Topic

Book Contents

Book Index

Messages KSL300 through KSL3xx

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

KSL320E MAXIMUM NUMBER OF ARGUMENTS IN A CALL COMMAND IS 9

Explanation: A CALLMEM command was followed by more than nine (9) arguments.

The maximum number of arguments in a CALLMEM command is 9. The arguments must be separated with blanks. An argument specified between quotes and containing blanks is interpreted as a few arguments.

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

Corrective Action: Correct the syntax of the CALLMEM command.

KSL321E CALLMEM MEMBER IS EMPTY

Explanation: The member that has been invoked by the CALLMEM command was empty.

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

Corrective Action: Correct the syntax of the CALLMEM command or put a valid command in the called member.

KSL322E ARGUMENT REPLACEMENT WILL EXPAND THE CARD OVER ITS MAXIMUM LENGTH

Explanation: The result of argument replacement in a line of the member invoked by a CALLMEM command caused the line to be expanded over column 72. The problem line is printed before this message.

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

Corrective Action: Correct the syntax of the CALLMEM command or of the erroneous line.

KSL337I text

Explanation: This information message indicates that at KeyStroke Language Report termination, the variable %MSG contained the text.

It is usually a message which is intentionally issued as part of the report definition.

Corrective Action: No action is required.

KSL338E INVALID VALUE OF %RC - val

Explanation: At KeyStroke Language Report termination, the variable %RC contained an invalid value.

A valid %RC value must be a numeric string of no more than 4 characters and not higher than 4095.

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

Corrective Action: Correct the syntax of the report.

KSL339E LINE IDENTIFIER id IS NOT DEFINED

Explanation: A line identifier specified in a PRINTLINE command has not been previously defined by a SETLINE command.

In this message, id is the undefined line identifier.

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

Corrective Action: Correct the syntax of the PRINTLINE command.

KSL340E SCREEN SIZE ALREADY SET, OR SCREEN COMMANDS ALREADY ACTIVATED

Explanation: A SCREENSIZE command has already been issued, or a screen related command has already been activated (for example, TYPE, ENTER, and so on).

Screen size cannot be defined twice in the same report. Upon execution of a screen related command, if the screen size has not been set, a default of 24 lines and 80 columns is assumed.

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

Corrective Action: Correct the syntax of the report.

KSL341E PAGE SIZE ALREADY SET, OR PRINT/HEADER/BOTTOM COMMANDS ALREADY ACTIVATED

Explanation: A PAGESIZE command has already been issued, or a print related command has already been activated (for example, HEADERLINE, PRINT SCREEN).

Page size cannot be defined twice in the same report. Upon execution of a print related command, if the page size has not been set, a default of 60 lines, 132 columns is assumed.

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

Corrective Action: Correct the syntax of the report.

KSL342E INTERNAL PRINTING ERROR. RC= rc

Explanation: Internal error in the Control- x KeyStroke Language printing routines.

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

Corrective Action: Contact BMC Customer Support. A printed sample of the erroneous report and the report definition will be required, preferably with the TRACE ON option.

KSL343E LABEL ALREADY DEFINED

Explanation: The label specified in the previous line has already been defined in the same report member.

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

Corrective Action: Correct the syntax of the report.

KSL344E GOTO TO AN UNDEFINED LABEL label

Explanation: A label specified in a GOTO command is not defined in the report member.

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

Corrective Action: Correct the syntax of the report.

KSL345E IFSCREEN COMMAND NOT IN SCREEN RANGE

Explanation: The string to compare with the contents of the screen in the current cursor position exceeds the width of the screen line. Therefore it cannot be compared.

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

Corrective Action: Correct the syntax of the IFSCREEN command.

KSL346E MAXCOMMAND ALREADY SET

Explanation: The MAXCOMMAND has already been activated.

The MAXCOMMAND command cannot be activated twice in the same report (this may result in an endless loop).

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

Corrective Action: Correct the syntax of the report.

KSL347E HEADERSIZE/BOTTOMSIZE MUST BE ACTIVATED BEFORE A HEADERLINE/BOTTOMLINE COMMAND

Explanation: A HEADERLINE command or a BOTTOMLINE command has been activated before both the header and bottom size have been defined by a HEADERSIZE and BOTTOMSIZE command.

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

Corrective Action: Correct the syntax of the report.

KSL348E UNDEFINED VARIABLE - varName

Explanation: A reference to a user variable which has not yet been defined by a SETVAR command.

A user variable is valid only inside the same report member. A user variable defined in another report member is not accessible from other report members (including the calling member).

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

Corrective Action: Correct the syntax of the report.

KSL349E ERROR WHILE EXECUTING COMMAND - cmdText

Explanation: A severe error occurred during the processing of a command. Previous messages should describe the error.

In this message, cmdText is the text of the command that was being executed when the error occurred.

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

Corrective Action: Correct the syntax of the report.

Parent Topic

KSL messages