The named keyword appears more than once in the command. This message will be issued for each occurrence of the keyword after the first.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the rules for building commands.
The named keyword is unknown or undefined. It might be misspelled, or it might not be applicable to the command being processed.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the command.
An invalid combination of parentheses has been found following the keyword keyword. A closing parenthesis must follow an opening parenthesis before any other opening parenthesis occurs.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the rules for building commands.
An odd number of apostrophes is present in a parameter value of keyword keyword. If the parameter is a quoted string, it must have one apostrophe at each end of the string. If an apostrophe is to appear within the string, two adjacent apostrophes must be entered. If the parameter is a hexadecimal value, it must be entered as X'hex-characters'.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the rules for building commands.
A parameter of keyword keyword specifies a range of values incorrectly. The character used to denote a range is a colon (:); the format is lower-limit:upper-limit.
Processing for the command is terminated.
See the WebSphere MQ Script (MQSC) Command Reference manual to verify that the command you are using allows a range for the given keyword. Correct the error, and reissue the command.
For the keyword keyword, parameter values may be generic, but the value specified does not conform to the rules for a generic value. Either:
Processing for the command is terminated.
Verify the command entry, correct the keyword parameter, and reenter the command. See the WebSphere MQ Script (MQSC) Command Reference manual for a description of the keyword and how to enter the command.
For the keyword keyword, an asterisk (*) was used in a parameter value. Either:
Processing for the command is terminated.
See the WebSphere MQ Script (MQSC) Command Reference manual to verify that the command you are using allows specification of '*' for the given keyword. Correct the error, and reissue the command.
The command requires that either keyword keyword1 or keyword keyword2 is specified, but neither keyword was entered on the command. One of the two keywords must be present in order for the command to be processed.
Processing for the command is terminated.
Reissue the command and include whichever keyword is appropriate. See the WebSphere MQ Script (MQSC) Command Reference manual for descriptions of the two keywords, and for information about the rules for building commands.
The negation characters (NO) appear in front of the keyword keyword, but negating this keyword is not allowed.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for further information about this command.
The keyword keyword must be present, but it was not entered. This keyword must be present in order for the command to process properly.
Processing for the command is terminated.
Verify the command entry, and reissue the command including the specified keyword. See the WebSphere MQ Script (MQSC) Command Reference manual for further information about this command.
For the keyword keyword, either:
For example, the keyword USERDATA must have a parameter that is a character string. Entering USERDATA() is meaningless; you must either enter a string (for example, USERDATA(MY_DATA)), or if you want to remove this attribute, you must enter USERDATA(' ').
Processing for the command is terminated.
Verify the command entry, supply appropriate parameters for the specified keyword, and reissue the command. See the WebSphere MQ Script (MQSC) Command Reference manual for further information about this command.
No parameters can be specified for the keyword keyword. This message is issued for each invalid parameter, so it can be issued more than once for a command.
Processing for the command is terminated.
Verify the command entry, correct the error, and reissue the command. See the WebSphere MQ Script (MQSC) Command Reference manual for details on how to enter the command.
Parameter values for the keyword keyword must be hexadecimal values. Hexadecimal characters are the numeric digits 0 through 9 and the letters A through F, in either uppercase or lowercase. The value may optionally be specified using the hexadecimal string notation X'hex characters'; for example, keyword(123ABC) and keyword(X'123ABC') are synonymous.
Processing for the command is terminated.
Verify the command entry, and reissue the command, ensuring that the parameters for the named keyword are hexadecimal values.
The parameter value parameter-value for keyword keyword exceeds the limit of nn characters in length.
Processing for the command is terminated.
Verify the command entry. See the WebSphere MQ Script (MQSC) Command Reference manual for a list of acceptable parameters. Correct the error, and reissue the command.
Too many parameters have been specified for the keyword keyword. At most nn parameters can be specified. In addition to entering too many parameters, this could also be caused by a missing closing parenthesis that has not yet been detected.
Processing for the command is terminated.
Verify the command entry, and reissue the command, using no more than the specified limit of parameters for the given keyword. See the WebSphere MQ Script (MQSC) Command Reference manual for further details, and for information about the rules for building commands.
The parameter value parameter-value is not an acceptable value for keyword keyword. Either:
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for a list of acceptable values, and for information about the rules for building commands.
The command requires a level of authorization that you do not have, either for the command itself, or for the resource that it is operating on.
The command is not executed. Processing is terminated.
If the command must be executed on behalf of the user and your installation operating procedures permit it, enter the command on request.
Contact the system programmer responsible for system security, and request that this person grant you authorization to use the command. Otherwise, you must have someone who is authorized issue the command for you.
The command preprocessor ended abnormally while processing the command shown in the message. The error is recorded in SYS1.LOGREC, and an SVC dump is requested. The command might have partially completed. Look at any previous response messages to determine what has been done.
Processing for the command is terminated.
Verify the command entry, and reissue the command. If it fails again, collect the items listed in the Problem Determination section, and contact your IBM support center.
Collect the following diagnostic items:
The command preprocessor was unable to obtain sufficient storage to complete processing of any response messages generated by the command.
Processing for the command is terminated abnormally.
Notify the system programmer before attempting to reissue the command.
If the problem persists, you might need to increase the region size used by your queue manager or channel initiator, or you might need to reduce the number of jobs running in your system.
The invoked command had completed processing and returned to the command preprocessor when an attempt was made to obtain storage from the address space from which the command was entered. Because sufficient storage was unavailable, no response messages from the invoked command are available.
The command, which starts with cmd, is invalid. This could be because:
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for the correct command format, and for information about the rules for building commands.
The command does not allow keyword keyword1 and keyword keyword2 to be specified together.
Processing for the command is terminated.
Verify the command entry, and reissue the command, omitting the inappropriate keyword. See the WebSphere MQ Script (MQSC) Command Reference manual for descriptions of the two keywords and how to enter the command.
All synchronous processing for the command completed successfully. Any tasks executing asynchronously on behalf of the command might still be executing when this message is displayed.
Synchronous processing for the command is complete.
The command has not completed successfully. The command has issued one or more error messages prior to this message.
Processing for the command has ended.
Follow the instructions for the other messages associated with the error.
The parameter values for the WHERE keyword are incompatbile. The WHERE keyword must have three parameters, filter-keyword, operator, and filter-value. The error is one of the following:
Depending on the error, parameter-value may be the operator parameter or the filter value parameter.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the parameters for the WHERE keyword.
Parameter values for the keyword keyword are names, and therefore must consist only of characters that are valid for the particular type of name, object name or system name. The valid object name characters are uppercase A-Z, lowercase a-z, numerics 0-9, period (.), forward slash (/), underscore (_), and percent sign (%). The valid system name characters are uppercase A-Z, and numerics 0-9; the first character must not be numeric.
This message is issued if the name specified contains invalid characters, or if the name is all blank in cases where an all-blank name is not allowed.
Processing for the command is terminated.
Verify the command entry, and reissue the command ensuring that the parameters for the named keyword are of the required type. See the WebSphere MQ Script (MQSC) Command Reference manual for a description of the keyword and how to enter the command.
Parameter values for the keyword keyword must consist of numeric values only.
Processing for the command is terminated.
Verify the command entry, and reissue the command ensuring that the parameters for the named keyword are of the required type. See the WebSphere MQ Script (MQSC) Command Reference manual for a description of the keyword and how to enter the command.
An error occurred while processing a command. The command might or might not have been executed. The error has been recorded in the system error log (the SYS1.LOGREC data set), and an SVC dump was attempted.
You can get this message if you have insufficient ECSA.
Processing for the command is terminated.
Verify the command entry, and reissue the command. If you cannot resolve the problem, collect the items listed in the Problem Determination section, and contact your IBM support center.
Collect the following diagnostic items:
The parameter for the keyword keyword specifies a generic value using an asterisk (for example, ABC*), but a generic value is not allowed for that keyword.
Processing for the command is terminated.
Verify the command entry, correct the keyword parameter, and reenter the command. See the WebSphere MQ Script (MQSC) Command Reference manual for a description of the keyword and how to enter the command.
The text that follows the named keyword contains invalid syntax. This is typically caused by specifying an incorrect sequence of special characters, such as equals (=), comma (,), colon (:), or parentheses.
Processing for the command is terminated.
Verify the command entry, examining the text following the named keyword. Ensure that you have followed the rules for command entry, and reenter the command. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the rules for building commands.
An attempt was made to invoke a command processor that was not loaded.
The requested function is not performed.
Verify the command entry, to determine which command caused the error.
The command is so large that its internal form has exceeded the maximum length allowed. The size of the internal form of the command is affected by both the length, and the complexity of the command. (For example, an attempt has been made to use the operations and control panels to create a namelist containing too many names.)
This message could also be caused by commands entered through one of the following:
8
Processing of the command is terminated.
If you are using the operations and control panels to define a namelist, use the edit facility to reduce the number of names in the list. If you are entering a command from elsewhere, determine which command caused the error, and verify the syntax of that command from the WebSphere MQ Script (MQSC) Command Reference manual. Correct the command.
An attempt was made to issue a command using the command server. The command cannot be issued in that way.
The command server is used by commands entered through one of the following:
8
The command is ignored.
The command requires one of a set of alternative keywords to be specified, but none was.
8
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for the proper format of the command, and for information about the rules for building commands.
The command has the specified parameter value for keyword keyword. The command with this keyword and value can be issued only when the queue manager is not active.
8
The command is ignored.
See the WebSphere MQ Script (MQSC) Command Reference manual for information about how to use the command.
An attempt was made to issue a command from the specified initialization input data set. The command cannot be issued from that data set.
8
The command is ignored.
See the WebSphere MQ Script (MQSC) Command Reference manual for information about how to use the command.
An attempt was made to issue a command from other than the z/OS console or its equivalent. The command can only be issued in that way.
8
The command is ignored.
Issue the command from the z/OS console; it cannot be issued from elsewhere.
See the WebSphere MQ Script (MQSC) Command Reference manual for information about how to use the command.
An attempt was made to issue a command from the z/OS console or its equivalent. The command cannot be issued in that way.
8
The command is ignored.
See the WebSphere MQ Script (MQSC) Command Reference manual for information about how to use the command.
An attempt was made to issue a command from the specified initialization input data set. The command cannot be issued from that data set.
8
The command is ignored.
See the WebSphere MQ Script (MQSC) Command Reference manual for information about how to use the command.
An attempt was made to issue a command before restart had completed, but the command cannot be issued at that time. This could be because the command was in the CSQINP1 initialization input data set.
8
The command is ignored.
If the command was in the CSQINP1 initialization input data set, delete it. See the WebSphere MQ for z/OS System Setup Guide for more information about the initialization input data sets.
The command was issued with the specified keyword from an initialization input data set. The command with this keyword cannot be issued from that data set.
8
The command is ignored.
See the WebSphere MQ Script (MQSC) Command Reference manual for information about how to use the command.
The command specifies the WHERE keyword with a filter keyword parameter keyword. That keyword is also specified explicitly with with parameters, which is not allowed.
Processing for the command is terminated.
Verify the command entry, and reissue the command correctly. See the WebSphere MQ Script (MQSC) Command Reference manual for information about the parameters for the WHERE keyword.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqsao0426 |