IEA196I   CONSOLxx stmt-type: text

Explanation

The system found an error while processing a CONSOLE statement in a CONSOLxx parmlib member. text is one of the following:

  • UNRECOGNIZED KEYWORD keywd IGNORED.
  • keywd NOT SPECIFIED FOR THIS CONSOLE.
  • keywd VALUE IGNORED. REASON=reason-code
  • IODEVICE STATEMENT UNIT APPLIED. REASON=reason-code
  • keywd IGNORED. REASON=reason-code
  • INCONSISTENT keywd VALUE IGNORED.
  • MISSING RIGHT PARENTHESIS ASSUMED.
  • USE(xx) FORCED. REASON=reason-code
  • CONSOLE NOT ACTIVATED. REASON=reason-code
  • DUPLICATE SPECIFICATION IGNORED.
  • DEVNUM ALREADY DEFINED. STATEMENT IGNORED.
  • DUPLICATE keywd KEYWORD IGNORED.
  • DUPLICATE keywd VALUE IGNORED.
  • UNBALANCED COMMENT FOUND. DATA IGNORED.
  • PREMATURE END OF FILE DETECTED.
  • DEL(RD) FORCED.
  • EXTRA keywd VALUES IGNORED.
  • DEFAULT: RMAX VALUE IGNORED. REASON=reason-code
  • keywd REQUIRED FOR CONSOLE
In the message text:
CONSOLxx
The parmlib member, with a suffix of xx.
stmt-type
One of the following:
  • cccccccc, specifying the console name.
  • dev, specifying the device number.
  • CONSOLE
  • DEFAULT
  • HARDCOPY
  • HMCS
  • INIT
  • SUBSYS
  • SYSCONS
UNRECOGNIZED KEYWORD keywd IGNORED.
The system could not identify a keyword on the CONSOLE statement. In the message text:
keywd
The unidentified keyword.
keywd NOT SPECIFIED FOR THIS CONSOLE.
The keyword, although not required, is recommended for this console.
keywd VALUE IGNORED. REASON=rc
The system found a keyword value that is not valid.
keywd
The incorrect keyword.
rc
The reason code, which is one of the following:
1
The value does not conform to the syntax of the keyword, the value is out of range for the keyword, or the value is out of range for the console's device type. If the keyword is NAME, the name is already in use as a console.
2
The FORMAT or XWTR keyword values cannot be specified on a HARDCOPY statement that does not have the system log (SYSLOG) as HARDCOPY.
3
A CONSOLE statement defines a console with the same name as a console that already exists. The keyword specified an attribute value that was different from the attribute value of the existing console. In a sysplex, the value does not match the corresponding value of a console with the same name that is already defined to the sysplex. The system uses the attribute of the existing console. To obtain the current console attribute values, issue the DC command.
4
The specified keyword value differs from the current sysplex value.
5
The value of RMAX exceeds the subsystem limit. The system sets the value of RMAX to the subsystem maximum limit.
6
The console group definition as specified by the CNGRP parameter has been defined by another system already active in the sysplex.
7
If the first system joining the sysplex is at MVS/ESA SP 5.1 or higher, and the value specified for RMAX is less than 99, RMAX is set to 99.
8
The ROUTTIME value cannot be specified on a single system. A value of zero is used.
9
DEVNUM(SYSCONS) was specified, but the system console hardware has not been installed.
10
The LU keyword was specified, but the value was rejected for one of the following reasons:
  • Another console definition, either on this system or on another system in the sysplex, specified the same LU.
  • Another console in the sysplex was active at the same LU during IPL of this system.
11
The VTAM® APPLID specified was already in use by SMCS on another system in the sysplex.
12
The GENERIC keyword was specified, but a valid APPLID was not specified.
13
The GENERIC keyword was specified, but this system is in XCFLOCAL or MONOPLEX mode.
14
The CONSOLE statement specified LOGON(DEFAULT), but the DEFAULT statement did not specify the LOGON keyword. The CONSOLE statement is processed using the appropriate default for the LOGON keyword.
IODEVICE STATEMENT UNIT APPLIED.
REASON=reason-code
The UNIT parameter was specified incorrectly. The system ignores this parameter and uses the unit type defined in the IODF for the specified device number.
reason-code
The reason code, which is one of the following:
1
The device type specified on an IODEVICE statement is not consistent with the UNIT specification on the CONSOLE statement.
keywd IGNORED. REASON=reason-code
The system rejected a parameter in the CONSOLxx member. In the message text:
keywd
The rejected keyword.
reason-code
The reason code, which is one of the following:
1
The system ignores the keywords DEL, CON, SEG, RNUM, RTME, AREA, PFKTAB, LOGON, CMDSYS, and RBUF. One or more of these keywords were specified for a UNIT of PRT.
2
The system ignores the AUTH parameter that was specified for a UNIT of PRT.
3
The AREA specification was not valid because the total out-of-line AREA exceeded the screen size of the device.
4
An MSCOPE or CMDSYS keyword was specified while the system was running in cross-system coupling facility (XCF)-local mode or as a single-system sysplex (monoplex). The MSCOPE or CMDSYS keyword is only valid in a multi-system sysplex mode.
INCONSISTENT keywd VALUE IGNORED.
The value of keywd is not consistent with a previous value for that keyword. For example, ROUTCODE(ALL,NONE) is inconsistent because you cannot assign both all and none of the routing codes to the same console. The system accepts the first value (ALL in this case). In the message text:
keywd
The ignored value.
MISSING RIGHT PARENTHESIS ASSUMED.
A right parenthesis is missing at the end of a statement. The system assumes it is present.
USE(xx) FORCED. REASON=rc
The console's operating mode was changed to maintain consistency with the AUTH, UNIT, or DEVNUM keyword.
xx
The new value of the USE parameter, which indicates the operating mode of the console.
reason-code
The reason code, which is one of the following:
1
A statement contained AUTH(MASTER) and USE(MS) or USE(SD), indicating that the console had master authority. Since a console with master authority must also have full capability, the system changes the parameter to USE(FC).
2
An operating mode of full capability or status display was specified for a printer console. The system forces USE(MS).
3
An operating mode of message stream or status display was specified for a SMCS console. The system forces USE(FC).
CONSOLE NOT ACTIVATED. RC=reason-code.
The system did not activate the console. In the message text:
reason-code
The reason code, which is one of the following:
1
A console with the same name already exists in the sysplex and is currently active on another system.
2
The console that is logically associated with this name was assigned to a system component.
4
An SMCS console did not have an APPLID defined. The SMCS console is.not activated.
DUPLICATE SPECIFICATION IGNORED.
The system ignored a duplicate HARDCOPY, DEFAULT, or INIT statement. In the message text:
stmt-type
The duplicate statement type.
DEVNUM ALREADY DEFINED. STATEMENT IGNORED.
The system ignored the device number because the same device number was specified in a previous CONSOLE statement.
DUPLICATE keywd KEYWORD IGNORED
Keyword keywd was specified more than once on the CONSOLE statement. In the message text:
keywd
The duplicate keyword.
DUPLICATE keywd VALUE IGNORED.
A keyword on the statement has a duplicate value.
UNBALANCED COMMENT FOUND. DATA IGNORED
The system found a slash asterisk (/*) indicating the beginning of a comment, but did not find an asterisk slash (*/) to indicate the end of the comment before the end of the file.
PREMATURE END OF FILE DETECTED.
The end of file was reached before the system completed parsing a statement.
DEL(RD) FORCED.
The system changed the deletion mode to action messages retained “RD” from a deletion mode of either automatic message deletion “Y” or manual message deletion “N”.
EXTRA keywd VALUES IGNORED.
The keyword had too many values specified. The system ignores the extra values. In the message text:
keywd
The ignored keyword.
keywd REQUIRED FOR CONSOLE
The required NAME parameter was not found on a CONSOLE statement within the identified CONSOLxx member.

System action

Depending on the message text, the system does one of the following:
keywd NOT SPECIFIED FOR THIS CONSOLE.
The system will continue processing without the keyword, although it is suggested that the keyword be added.
keywd REQUIRED FOR SMCS CONSOLES.
The CONSOLE statement is ignored in this case.
keywd VALUE IGNORED. REASON=reason-code
The system ignores an incorrect keyword value and processes other valid data, except when the keywords APPLID, NAME, and AREA are specified. When AREA is specified the bad value is ignored, but valid values are still accepted (AREA takes multiple comma-delimited values, and only the bad ones are ignored.) When APPLID is specified, APPLID is ignored and SMCS will not be active for the life of the system.

If keywd is NAME, and DEVNUM(SMCS) was also specified on the CONSOLE statement, the entire CONSOLE statement is ignored. Otherwise, only the invalid keyword value is ignored, but other valid keywords can be processed.

IODEVICE STATEMENT UNIT APPLIED.
REASON=reason-code
The system ignores this parameter and uses the unit type defined in the IODF for the specified device number.
INCONSISTENT keywd VALUE IGNORED.
The system accepts the first value.
MISSING RIGHT PARENTHESIS ASSUMED.
The system assumes the parenthesis is present.
USE(xx) FORCED. REASON=reason-code
The system's operating mode was changed to maintain consistency with the AUTH or UNIT keyword.
CONSOLE NOT ACTIVATED. RC=rc.
The system does not activate the console.
DUPLICATE SPECIFICATION IGNORED.
The system ignores the duplicate HARDCOPY, DEFAULT, or INIT statement.
DEVNUM ALREADY DEFINED. STATEMENT
IGNORED.
The system ignored the device number because the same device number was specified in a previous CONSOLE statement.
DUPLICATE keywd VALUE IGNORED.
A keyword requiring a unique value was not specified with a unique value. In the message text:
keywd
The keyword requiring a unique value.

In all cases, the system continues processing the statements in the CONSOLxx parmlib member.

System programmer response

Before the next system initialization, correct the statement(s) in the CONSOLxx member.

Source

Communications task (COMMTASK)

Module

IEAVN600, IEAVN601, IEAVN602, IEAVN610, IEAVN611, IEAVN612, IEAVN615, CNZI1CDP, CNZI1DCA

Routing code

2,10

Descriptor code

12