Previous Topic

Next Topic

Book Contents

Book Index

Messages CON200 through CON2xx

This group includes messages for the Control-O product.

CON220I CONTROL-O ALLOCATED num SUBSYSTEM CONSOLES

Explanation: During Control-O initialization, Control-O allocated num subsystem consoles for use by the DO COMMAND with WAITRESP Y. The number num must be equal to the value of the NUMCONS parameter in the CTOPARM member in the IOA PARM library.

Control-O acquires the allocated subsystem consoles and uses them for the DO COMMAND with RESPMODE set to Y.

Corrective Action: If the value of num is less than the value defined in CTOPARM by the NUMCONS=num statement, define more subsystem consoles in the system. For information on how to do this, see the description of the NUMCONS parameter in CTOPARM and subsystem consoles in the Control-O Installation chapter of the INCONTROL for z/OS Installation Guide.

CON221I CONTROL-O RELEASED THE SUBSYSTEM CONSOLES

Explanation: This information message is the normal message issued during Control-O termination if subsystem consoles were allocated.

The subsystem consoles that were allocated to Control-O are freed during termination of the Control-O monitor.

Corrective Action: No action is required.

CON222W NO SUBSYSTEM CONSOLES ARE AVAILABLE FOR CONTROL-O

Explanation: Control-O could not allocate subsystem consoles during initialization, as specified in the NUMCONS parameter in the CTOPARM member.

No subsystem consoles are allocated.

Corrective Action: Define a sufficient number of MVS consoles for Control-O use. If other products use a subsystem console, calculate the number of subsystem consoles required for all products. For more information, see the chapter on Control-O installation in the INCONTROL for z/OS Installation Guide, and the relevant MVS manuals.

CON223W INSUFFICIENT NUMBER OF CONSOLES ARE AVAILABLE FOR CONTROL-O

Explanation: Control-O attempted to allocate subsystem consoles during initialization, but not enough consoles are available.

All the available subsystem consoles are allocated by Control-O. This message is followed by the CON220I message, which details how many consoles were allocated for Control-O use.

Corrective Action: Decrease the number of consoles required for Control-O (the NUMCONS parameter in CTOPARM), or define a sufficient number of consoles for Control-O use in MVS. If other products use a subsystem console, calculate the number of subsystem consoles required for all products. For more information, see the chapter on Control-O installation in the INCONTROL for z/OS Installation Guide, and the relevant MVS manuals.

CON224E ERROR IN SUBSYSTEM CONSOLE SERVICE ROUTINE. FUNCTION=func RC=rc. A SNAP IS PRODUCED

Explanation: Control-O attempted to perform an OBTAIN or RELEASE function on a subsystem console. The subsystem console service routine failed to perform the requested function.

The system action varies, depending on whether Control-O was initializing or terminating at the time of its issue, as follows:

In either event, snap dumps are produced with the relevant control blocks.

Corrective Action: Save the snap dumps and call your INCONTROL administrator for assistance.

CON225E INSUFFICIENT STORAGE FOR THE CONSOLE func FUNCTION

Explanation: There is insufficient storage in the Control-O address space to perform the OBTAIN or RELEASE subsystem console function.

The system action varies, depending on whether Control-O was initializing or terminating at the time of its issue, as follows:

Corrective Action: Increase the region size specified in the Control-O procedure.

CON226E INSUFFICIENT STORAGE IN (EXTENDED) CSA. CANNOT ALLOCATE SUBSYSTEM CONSOLES

Explanation: This message is issued during Control-O initialization when there is insufficient space in CSA or ECSA for Control-O console-related control blocks.

Control-O initialization continues without using subsystem consoles.

Corrective Action: Check if the storage defined for CSA or ECSA is large enough. If not, increase the CSA or ECSA size.

CON227E ERROR IN SUBSYSTEM CONSOLE PROCESSING. REQUEST=reqCode FUNCTION=func ERRCODE={abCode|rsn}

Explanation: The subsystem console service routine abended when attempting to perform the OBTAIN or RELEASE function for a subsystem console, and the function was not performed or was performed partially.

The system action varies, depending on whether Control-O was initializing or terminating at the time of its issue, as follows:

Abend and snap dumps are produced.

Corrective Action: Save the abend and snap dumps and call your INCONTROL administrator for assistance.

CON228I CONTROL-O ALLOCATED num EMCS CONSOLES

Explanation: This information message indicates that Control-O allocated a total of num EMCS CONSOLES according to the definitions in the CTOPARM member.

Corrective Action: No action is required.

CON229I CONTROL-O ALLOCATED num EMCS CONSOLES WITH MIG IDS

Explanation: This information message indicates that Control-O allocated a total of num EMCS CONSOLES with migration IDs according to the definitions in the CTOPARM member.

Corrective Action: No action is required.

CON22AE CONTROL-O ALLOCATED EMCS CONSOLE ERROR. IOAMCS RC=rc REASON=rsn CONSOLE=consoleName

Explanation: Control-O failed to allocate an EMCS CONSOLE. The MCSOPER service ended with an error. When this happens, Control-O attempts to allocate an EMCS CONSOLE in order to issue a command or message. However, the attempt failed.

Control-O ignores the console.

Corrective Action: Do the following:

  1. Record the return code (rc), reason number (rsn), and console name (consolname). For information about MCSOPER, see the manual for the IBM authorized macro services.
  2. Correct the definitions of the EMCS CONSOLE in the CTOPARM EMCSCONS.
  3. STOP the Control-O monitor and start a new monitor.

CON22BE CONTROL-O ALLOCATED EMCS CONSOLE ERROR. CONVCON RC=rc REASON=rsn CONSOLE=consoleName

Explanation: Control-O failed to allocate an EMCS CONSOLE. The CONVCON service ended with an error. When this happens, Control-O tries to allocate an EMCS CONSOLE in order to issue a command or message. However, the attempt failed.

Control-O ignores the console.

Corrective Action: Do the following:

  1. Record the return code (rc), reason number (rsn), and console name (consoleName). For information about CONVCON, see the manual for the IBM authorized macro services.
  2. Correct the definitions of the EMCS CONSOLE in the EMCSCONS parameter in the CTOPARM member.
  3. STOP the Control-O monitor and start a new monitor

Parent Topic

CON messages