DFHCZxxxx CICS class libraries messages

In order to format CZ messages correctly in a DBCS environment, use the sit override MSGCASE=UPPER.

Start of changeDFHCZ0105End of change
Start of changedate time applid userid termid tranid program name CICS event summary: class::method condition=X'resp' (resptext) minor=X'resp2'End of change
Start of change
Explanation:

This message is issued whenever the method IccEvent::summary is called, and it gives the summary details of the event (CICS call).

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table and writes this message to the TD queue CCZM.

End of change
Start of change
User response:

This message is issued for information only and there is no specific user action needed in response.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCEVTECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of changeStart of changeX'End of changeStart of changeresp', End of changeStart of changeresptext, End of changeStart of changeX'End of changeStart of changeresp2End of changeStart of change'End of change

Start of changeDFHCZ0106End of change
Start of changedate time applid userid termid tranid program name CICS exception summary: exceptno class::method type=type.End of change
Start of change
Explanation:

This message is issued whenever the method IccException::summary is called, and it gives the summary details of the exception.

The message related to the exception can be obtained by calling the method IccException::message.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table and writes this message to the TD queue CCZM.

End of change
Start of change
User response:

This message is issued for information only and there is no specific user action needed in response.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCEXCECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeexceptno, End of changeStart of changeclass, End of changeStart of changemethod, End of changeStart of changetypeEnd of change

Start of changeDFHCZ0108End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because an internal call to CICS returned the condition condition.End of change
Start of change
Explanation:

The method reported in the message failed because an internal call to CICS returned a failure condition.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

You need to correct the cause of the underlying CICS failure before retrying this command. You should look at other messages and the trace log for further indication of the root cause.

If the error condition persists, you will need assistance from IBM. See CICS® Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCRESICEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeconditionEnd of change

Start of changeDFHCZ0109End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because of a severe internal error. Diagnostic information: diaginfo1, diaginfo2.End of change
Start of change
Explanation:

The method reported in the message failed because of a severe internal error.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

Make a note of the diagnostic information and contact IBM for assistance. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCBASIC, ICCCLKEC, ICCCTLEC, ICCFILEC, ICCFLIEC, ICCRESEC, ICCRESIC, ICCTIMEC, ICCTRMEC, ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changediaginfo1, End of changeStart of changediaginfo2End of change

Start of changeDFHCZ0110End of change
Start of changedate time applid userid termid tranid program name class::method This constructor/operator failed because it is not supported on the current platform of env.End of change
Start of change
Explanation:

The constructor/operator reported in the message failed because it is not supported on the current platform (MVS).

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why this program was running on an MVS platform; and then, either change the program not to call this method, or change the platform as appropriate.

If you are using vendor written software that fails in this way, you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCCONEC, ICCJRNEC, ICCRIDEC, ICCSESEC, ICCUSRECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeenvEnd of change

Start of changeDFHCZ0111End of change
Start of changedate time applid userid termid tranid program name class::method This constructor/operator failed because the system is configured with CICS family subset enforcement.End of change
Start of change
Explanation:

The method/operator reported in the message failed because CICS has been configured to restrict its functionality to that of the CICS family subset. This method/operator is not part of this subset.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written, then you need to establish why this method/operator was called; and if appropriate, switch off the CICS family subset enforcement or change the program to avoid using this method/operator.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCCONEC, ICCJRNEC, ICCRIDEC, ICCSESEC, ICCUSRECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0112End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because it is not supported on the current platform of env.End of change
Start of change
Explanation:

The method reported in the message failed because it is not supported on the current platform (MVS).

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why this program was running on an MVS platform, and then either change the program not to call this method or change the platform as appropriate.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCABDEC, ICCCLKEC, ICCCONEC, ICCCTLEC, ICCSESEC, ICCSRQIC, ICCTMDEC, ICCTRMEC, ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeenvEnd of change

Start of changeDFHCZ0113End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the system is configured with CICS family subset enforcement.End of change
Start of change
Explanation:

The method reported in the message failed because CICS has been configured to restrict its functionality to that of the CICS family subset. This method is not part of this.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why this method was called, and if appropriate, switch off the CICS family subset enforcement or change the program to avoid using this method.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCABDEC, ICCCLKEC, ICCCONEC, ICCCTLEC, ICCSESEC, ICCSRQIC, ICCTMDEC, ICCTRMEC, ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0114End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed was incomplete.End of change
Start of change
Explanation:

The method reported in the message failed because the object being accessed was incomplete as shown below:

Method Name
Required Resource
IccSession::connectProcess
Partner Id
IccSession::convId
Conversation identifier name
IccSession::PIPList
PIP list
IccSession::process
Process name
IccSession::syncLevel
Sync level

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to change it so that the object being accessed, is built correctly.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCSESECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0115End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed had a reference to an input message while the program was invoked via the remote program link.End of change
Start of change
Explanation:

The method reported in the message failed because the object being accessed had a reference to an input message and was invoked through the use of the remote program link. This combination is not supported.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to change it so that the object being accessed, either does not have an input message, or the program is not invoked through the use of the remote program link.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCPRGECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0116End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed was not one of the supported classes.End of change
Start of change
Explanation:

The method reported in the message failed because the object being accessed was not one of the supported classes; IccDataQueue, IccFile, IccFileIterator, IccProgram, IccStartRequestQ, IccTempStore.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to change it so that the object is of the correct type before it is accessed in this way.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCRESECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0117End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed was of type object_type.End of change
Start of change
Explanation:

The method reported in the message failed because the object being accessed was not of the correct type.

For example the method IccSession::extractProcess() is restricted to access objects of type Back-End only.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need either to change it or the related CICS definitions, so that the object is of the correct type before it is accessed in this way.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCSESECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeobject_typeEnd of change

Start of changeDFHCZ0118End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed did not have a reference for the resource resource.End of change
Start of change
Explanation:

The method reported in the message failed because the object being accessed did not have all the resources it needs allocated to it.

For example, the method call, IccFile::readRecord(mode, updateToken), would fail in this way if the object being accessed did not have a valid reference of a record index.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to change it, so that the object has the correct resources allocated to it before it is accessed in this way.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCFILEC, ICCFILICEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeresourceEnd of change

Start of changeDFHCZ0120End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the current number of nested program calls made using this method is already at the maximum of max.End of change
Start of change
Explanation:

The method reported in the message failed because its usage is restricted to a maximum of 15 nested calls, while the current request would cause this to be exceeded.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to change it so that it does not cause the depth of nesting to exceed 15.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCPRGECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changemaxEnd of change

Start of changeDFHCZ0121End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the call is invalid for the object being accessed. The resource type of the object is resourcetype.End of change
Start of change
Explanation:

The method reported in the message failed because the method is only valid for a restricted set of resource types, and is invalid for the object being accessed.

This method is valid for the following resource types; cDataQueue, cFile, cFileIterator, cProgram, cStartRequestQ, cTempStore.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to change it so that it does not call this method for this type of object.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCFILECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeresourcetypeEnd of change

Start of changeDFHCZ0122End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the optional parameter named pname was set, which is invalid for the current environment of env.End of change
Start of change
Explanation:

The method reported in the message failed because it detected that an optional parameter was set which is invalid for the current environment.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why the optional parameter was being used, and if appropriate, change the environment or change the program to avoid using this option.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCFILEC ICCFLIIC ICCSEMEC ICCSESIC ICCSRQEC ICCSYSEC ICCTIMEC ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changeenvEnd of change

Start of changeDFHCZ0123End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the optional parameter named pname was set, which is invalid because the system is configured with CICS family subset enforcement.End of change
Start of change
Explanation:

The method reported in the message failed because it detected that an optional parameter was set which is invalid when CICS is configured to restrict its functionality to that of the CICS family.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why the optional parameter was being used, and if appropriate, switch off the CICS family subset enforcement or change the program to avoid using this option.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCFILEC, ICCFLIIC, ICCSEMEC, ICCSESIC, ICCSRQEC, ICCSYSEC, ICCTIMEC, ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepnameEnd of change

Start of changeDFHCZ0125End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed had a buffer containing function management headers(FMHs), which is invalid for the current environment of env.End of change
Start of change
Explanation:

The method reported in the message failed because the system detected a buffer containing a function management header(FMH), which is invalid for the current environment.

FMH headers are used in SNA communication protocols and during 3270 terminal error conditions.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why the system used buffers containing FMH headers, and if appropriate, change the environment or change the program to avoid using this function.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCSRQECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeenvEnd of change

Start of changeDFHCZ0126End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the object being accessed had a buffer containing function management headers(FMHs), which is invalid because the system is configured with CICS family subset enforcement.End of change
Start of change
Explanation:

The method reported in the message failed because the system detected a buffer containing a function management header(FMH), which is invalid when CICS is configured to restrict its functionality to that of the CICS family.

FMH headers are used in SNA communication protocols and during 3270 terminal error conditions.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to establish why the system used a buffer containing FMH headers, and if appropriate, switch off CICS family subset enforcement or change the program to avoid using this function.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCSRQECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0127End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the value of the parameter named pname, specified as length, was not within the range 1 to max.End of change
Start of change
Explanation:

The method reported in the message failed because the value passed in for the named parameter was invalid.

For example, assuming the definition, IccResource::IccResourceId(cFileId,"ABC"), the call, assign(9999,"PQRS"), would fail because the length value of 9999 is invalid.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, throws an exception, and completes the request having truncated the excess data.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCRIDECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changelength, End of changeStart of changemaxEnd of change

Start of changeDFHCZ0128End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the length of the parameter named pname, specified as length, was not within the range 1 to max.End of change
Start of change
Explanation:

This is an internal logic error.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

You will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCSESECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changelength, End of changeStart of changemaxEnd of change

Start of changeDFHCZ0129End of change
Start of changedate time applid userid termid tranid program name class::method This method detected an exception which resulted in data being truncated.End of change
Start of change
Explanation:

The method/operator reported in the message failed because the target object was not big enough and could not be extended to accommodate the new string.

For example, assuming the definition, IccBuf buffer(5,IccBuf::fixed), the assignment, buffer = "toolong", would fail because the length of "toolong" is greater than 5. The resulting text value of the object buffer would be "toolo".

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, throws an exception, and completes the request having truncated the excess data.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCBUFICEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0130End of change
Start of changedate time applid userid termid tranid program name class::method This method/operator failed because the parameter pname contained a string of length length, while the maximum allowed is max.End of change
Start of change
Explanation:

The method reported in the message failed because one of the string parameters supplied contained a value that was too long.

For example, the method call IccFileId::IccFileId("LONGFILENAME") would fail because the value "LONGFILENAME" is greater than IccGI::maxFileNameLength.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCCTLEC ICCRESEC ICCRIDEC ICCSRQEC ICCSRQIC ICCTSKEC ICCUSRECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changelength, End of changeStart of changemaxEnd of change

Start of changeDFHCZ0131End of change
Start of changedate time applid userid termid tranid program name class::method This constructor failed to create an object because a parameter of type string contained a value that was too long. It was set to 'stringvalue...' while the maximum length allowed is maxstringlength.End of change
Start of change
Explanation:

The constructor method reported in the message failed because one of the string parameters supplied contained a value that was too long.

For example, the method call IccFileId::IccFileId("LONGFILENAME") would fail because the value "LONGFILENAME" is greater than IccGI::maxFileNameLength.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCRIDEC, ICCTIMECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changestringvalue, End of changeStart of changemaxstringlengthEnd of change

Start of changeDFHCZ0132End of change
Start of changedate time applid userid termid tranid program name class::method This constructor failed to create an object because the parameter named pname contained an invalid string of length plength while the maximum length allowed is pmaxlength.End of change
Start of change
Explanation:

This is an internal logic error.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

You will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCSESICEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changeplength, End of changeStart of changepmaxlengthEnd of change

Start of changeDFHCZ0134End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the parameter named pname contained an invalid value.End of change
Start of change
Explanation:

The method reported in the message failed because one of the parameters supplied was invalid. For example, the method call IccFile::readRecord(999,updateToken) would fail because the read mode value of 999 is not within the valid range of 70 to 74.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCBASEC ICCBUFEC ICCCLKEC ICCFILEC ICCFLIIC ICCGLBEC ICCPRGEC ICCRESEC ICCSEMEC ICCSESEC ICCSESIC ICCSRQEC ICCSYSEC ICCTMPEC ICCTRMEC ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepnameEnd of change

Start of changeDFHCZ0136End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the parameter named param_name contained conflicting flags specified as flag1 and flag2.End of change
Start of change
Explanation:

The method reported in the message failed because one of the parameters supplied was invalid.

This parameter of the method is defined as an integer, where each bit denotes a flag, some of which must not be set simultaneously. The calling parameter had a contradictory pair of flags set. For example, the method call IccFile::setAccess(3) would fail because the access value of 3 contains the two contradictory flags readable and notReadable.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCFILECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeparam_name, End of changeStart of changeflag1, End of changeStart of changeflag2End of change

Start of changeDFHCZ0137End of change
Start of changedate time applid userid termid tranid program name class::method This constructor failed to create an object because the parameter named pname contained an invalid value of pvalue.End of change
Start of change
Explanation:

The method reported in the message failed because one of the parameters supplied was invalid.

This parameter of the method is restricted to a defined range, while the value supplied on the call was not within this range. For example, the the constructor method call IccJournalId::IccJournalId(987) would fail because the journalNum value of 987 is outside the range 1 to 99.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCRIDECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changepvalueEnd of change

Start of changeDFHCZ0138End of change
Start of changedate time applid userid termid tranid program name class::method This method failed because the parameter named pname contained an invalid value of pvalue.End of change
Start of change
Explanation:

The method reported in the message failed because one of the parameters supplied was invalid.

This parameter of the method is defined as an integer (general sense), while the value supplied on the call was not sensible for the functional content of the method. For example the method call IccTerminal::sendLine(9876,buffer) would fail, because the column value of 9876 is greater than the height of the screen.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written then you need to check the invalid parameter on the calling statement, and if appropriate, change it.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCBUFIC ICCCONEC ICCDATEC ICCFILEC ICCRIDEC ICCTIMEC ICCTMPEC ICCTRMEC ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changepname, End of changeStart of changepvalueEnd of change

Start of changeDFHCZ0140End of change
Start of changedate time applid userid termid tranid program name class::method This constructor failed to create an object because it is a singleton class which already exists.End of change
Start of change
Explanation:

The constructor method reported in the message failed to create an object because it is a singleton class which already exists. Such classes only allow a single instance of itself to exist at any one moment.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If the calling program is user written, then you need to change it so that it does not call this method more than once per transaction.

You might consider using the method instance(). All CICS singleton classes provide a method of this name or similar, which returns a reference to the unique object, creating it should it not pre-exist. This method can be safely called multiple times, each time returning the reference to the same object.

If you are using vendor written software that fails in this way then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCABDEC ICCCONEC ICCCTLEC ICCSRQEC ICCSYSEC ICCTMDEC ICCTRMEC ICCTSKECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0141End of change
Start of changedate time applid userid termid tranid program name class::method This method failed to create the object object because the CICS task did not have a terminal as its principal facility.End of change
Start of change
Explanation:

The method reported in the message failed to create an object because the CICS transaction was not defined with a terminal as its principal facility. Typically, the program calling this method, should be running as a terminal initiated transaction in a front end CICS region (TOR).

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

You need to change the CICS configuration definition so that the program calling this method runs in the correct environment.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCCTLEC ICCTMDEC ICCTRMECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeobjectEnd of change

Start of changeDFHCZ0142End of change
Start of changedate time applid userid termid tranid program name class::method This method failed to create an object of type object because the CICS task did not have a session as its principal facility.End of change
Start of change
Explanation:

The method reported in the message failed to create an object because the CICS transaction was not defined with a session as its principal facility. Typically, the program calling this method would be running as a system initiated transaction relating to CICS distributed transaction processing.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

You need to change the CICS configuration definition so that the program calling this method runs in the correct environment.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCCTLECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethod,End of change Start of changeobjectEnd of change

Start of changeDFHCZ0143End of change
Start of changedate time applid userid termid tranid program name class::method This virtual method has not been implemented by the derived class.End of change
Start of change
Explanation:

The method of the class reported in the message has not been implemented by a derived class.

This method is defined as a virtual method with the intent that it is redefined, when appropriate, by its sub-classes.

The default implementation simply throws an exception to alert the user of this condition.

For further guidance, see the CICS Family C++ OO Class Libraries.

End of change
Start of change
System action:

The system creates an exception entry in the trace table, writes this message to the TD queue CCZM, and throws an exception.

End of change
Start of change
User response:

If you have written a class that inherits this class then you should provide a suitable implementation for this method.

If you are using vendor written software that may inherit this class then you will need assistance from the vendor.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeICCRESECEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclass, End of changeStart of changemethodEnd of change

Start of changeDFHCZ0200End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (AttachInitiator.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0201End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, profile)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, profile), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (AttachInitiator.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0202End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, process)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, process), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (AttachInitiator.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0203End of change
Start of changedate time applid userid termid tranid program name The process name passed to the CONNECT_PROCESS method in module was invalid.End of change
Start of change
Explanation:

The process name passed to the native method CONNECT_PROCESS was invalid.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the invocation of CONNECT_PROCESS.

End of change
Start of change
User response:

Ensure that the process name is set correctly using the setProcess() method on the correct AttachInitiator Java object.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (AttachInitiator.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0204End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID() for DataHolder.value' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for DataHolder.value, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (Conversation.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0205End of change
Start of changedate time applid userid termid tranid program name An unexpected value for the control parameter was passed to the ISSUE_CONTROL() method in module.End of change
Start of change
Explanation:

An unexpected value for the control parameter was passed to the ISSUE_CONTROL() method.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (Conversation.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0206End of change
Start of changedate time applid userid termid tranid program name An attempt to issue an ASSIGN ABCODE command in module has failed.End of change
Start of change
Explanation:

Code written to support Java native methods used by the JCICS Java class library has unsuccessfully attempted to issue an ASSIGN ABEND.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCAbend.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0207End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), in code written to support Java native methods used by the JCICS Java class library has failed to find the class for CicsResponseConditionException.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCCondition.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0208End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCCondition.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0209End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0210End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, fileName, NULL)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, fileName, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0211End of change
Start of changedate time applid userid termid tranid program name A null filename has been passed to a native method in module.End of change
Start of change
Explanation:

A null filename has been passed to a native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that a valid file name has been specified using the setName() method for each relevant file object.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0212End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0213End of change
Start of changedate time applid userid termid tranid program name A null filename has been passed to a native method in module.End of change
Start of change
Explanation:

A null filename has been passed to a native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that a valid file name has been specified using the setName() method for each relevant file object.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0214End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0215End of change
Start of changedate time applid userid termid tranid program name An attempt in module to delete records from a KSDS has failed.End of change
Start of change
Explanation:

An attempt to delete records from a KSDS in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM. A Java exception or error will be thrown.

End of change
Start of change
User response:

Add appropriate code to the application to catch the exception or error thrown by the JCICS Java class library.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0216End of change
Start of changedate time applid userid termid tranid program name A relative record number greater than 32767 has been specified on a DELETE command in module.End of change
Start of change
Explanation:

A relative record number greater than 32766 has been passed to a Java native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that the value specified on the relevant delete() method is valid.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0217End of change
Start of changedate time applid userid termid tranid program name An attempt in module to delete records from an RRDS has failed.End of change
Start of change
Explanation:

An attempt to delete records from an RRDS in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM. A Java exception or error will be thrown.

End of change
Start of change
User response:

Add appropriate code to the application to catch the exception or error thrown by the JCICS Java class library.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0218End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0220End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0221End of change
Start of changedate time applid userid termid tranid program name A null filename has been passed to a native method in module.End of change
Start of change
Explanation:

A null filename has been passed to a native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM, and ignores the request.

End of change
Start of change
User response:

Ensure that a valid file name has been specified using the setName() method for each relevant file object.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0222End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0223End of change
Start of changedate time applid userid termid tranid program name A null filename has been passed to a native method in module.End of change
Start of change
Explanation:

A null filename has been passed to a native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that a valid file name has been specified using the setName() method for each relevant file object.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0224End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0225End of change
Start of changedate time applid userid termid tranid program name A null key has been passed to a native method in module.End of change
Start of change
Explanation:

A null key has been passed to a Java native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that all relevant reset() methods executed against KeyedFileBrowse objects specify a valid key.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0226End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0227End of change
Start of changedate time applid userid termid tranid program name A null filename has been passed to a native method in module.End of change
Start of change
Explanation:

A null filename has been passed to a native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that a valid file name has been specified using the setName() method for each relevant file object.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0228End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0229End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0230End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage, for use as a RIDFLD parameter, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0231End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0232End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0233End of change
Start of changedate time applid userid termid tranid program name A NULL filename has been passed to a native method in module.End of change
Start of change
Explanation:

A null filename has been passed to a native method used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that a valid file name has been specified using the setName() method for each relevant file object.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0234End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0235End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0236End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, TransId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, TransId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0237End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' for 'DataLength.Length' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0238End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass() to find the class for EndOfProgramException, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0239End of change
Start of changedate time applid userid termid tranid program name JNI call 'ThrowNew()' in module failed.End of change
Start of change
Explanation:

A JNI call, ThrowNew(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0240End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), to find the class for TransferOfControlException, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0241End of change
Start of changedate time applid userid termid tranid program name JNI call 'ThrowNew()' in module failed.End of change
Start of change
Explanation:

A JNI call, ThrowNew(), to throw a TransferOfControlException, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0242End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), to find the class for TransferOfControlException, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0243End of change
Start of changedate time applid userid termid tranid program name JNI call 'ThrowNew()' in module failed.End of change
Start of change
Explanation:

A JNI call, ThrowNew(), to throw TransferOfControlException, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCProgram.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0244End of change
Start of changedate time applid userid termid tranid program name An attempt to issue an ASSIGN APPLID SYSID command in module has failed.End of change
Start of change
Explanation:

Code written to support Java native methods used by the JCICS Java class library has unsuccessfully attempted to issue an ASSIGN APPLID(...) SYSID(...).

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCAbend.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0245End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0246End of change
Start of changedate time applid userid termid tranid program name JNI call 'ThrowNew()' in module failed.End of change
Start of change
Explanation:

A JNI call, ThrowNew(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0247End of change
Start of changedate time applid userid termid tranid program name A 'malloc' in module failed.End of change
Start of change
Explanation:

A malloc in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

Increase the amount of heap storage available to the application.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0248End of change
Start of changedate time applid userid termid tranid program name A 'malloc' in module failed.End of change
Start of change
Explanation:

A malloc in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

Increase the amount of heap storage available to the application.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0249End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass(envp, classname)' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), for the named class in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclassname, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0250End of change
Start of changedate time applid userid termid tranid program name JNI call 'ThrowNew()' in module failed.End of change
Start of change
Explanation:

A JNI call, ThrowNew(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

DFHCZ0253
date time applid userid termid tranid program name JNI call 'NewByteArray()' in module failed.
Explanation:

A JNI call, NewByteArray(), in code written to support Java native methods used by the JCICS Java class library has failed.

System action:

The system writes this message to the TD queue CCZM and takes a system dump.

User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c) DFJCZDTC (Container.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0254End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0255End of change
Start of changedate time applid userid termid tranid program name JNI call 'ThrowNew()' in module failed.End of change
Start of change
Explanation:

A JNI call, ThrowNew(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0256End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' failed in module.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0257End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for setState(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0258End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for setConvId(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0259End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0260End of change
Start of changedate time applid userid termid tranid program name JNI call 'NewObject()' in module failed.End of change
Start of change
Explanation:

A JNI call, NewObject(), to construct a Conversation object, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0261End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), to find the constructor for Conversation, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0262End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), to find com/ibm/cics/server/Conversation, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0263End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0264End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0265End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for setConvId(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0266End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0267End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod() for setState(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0268End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0269End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for setProcess(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0270End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0271End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0272End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0273End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0274End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0275End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0276End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0277End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0278End of change
Start of changedate time applid userid termid tranid program name JNI call 'CallVoidMethod()' in module failed.End of change
Start of change
Explanation:

A JNI call, CallVoidMethod(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0279End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0280End of change
Start of changedate time applid userid termid tranid program name JNI call 'NewObject()' in module failed.End of change
Start of change
Explanation:

A JNI call, NewObject() for a ConversationPrincipalFacility object, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0281End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0282End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), for com/ibm/cics/server/ConversationPrincipalFacility, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0283End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass() to find the Conversation class, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0284End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0285End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0286End of change
Start of changedate time applid userid termid tranid program name JNI call 'NewObject()' in module failed.End of change
Start of change
Explanation:

A JNI call, NewObject(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0287End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0288End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0289End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0290End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0291End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0292End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), for com/ibm/cics/server/RetrievedData, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0293End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for taskNumber, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0294End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for transactionName, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0295End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetObjectClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetObjectClass(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0296End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for principalFacility, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0297End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for FCI, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0298End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0299End of change
Start of changedate time applid userid termid tranid program name JNI call 'NewObject()' in module failed.End of change
Start of change
Explanation:

A JNI call, NewObject() for a TerminalPrincipalFacility, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0300End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for the TerminalPrincipalFacility constructor, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0301End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass() for com/ibm/cics/server/TerminalPrincipalFacility, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0302End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0303End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetObjectClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetObjectClass() for com/ibm/cics/server/Task, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0305End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, abcode)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, abcode), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0311End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTask.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0312End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, queueName, NULL)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, queueName, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTDQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0313End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTDQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0314End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, queueName, NULL)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, queueName, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTDQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0315End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTDQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0316End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, queueName, NULL)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, queueName, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTDQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0317End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTDQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0324End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0325End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for the toBinary() method, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0326End of change
Start of changedate time applid userid termid tranid program name A text array passed to the SEND_TEXT() method in module was greater than 32767 bytes. The data has been truncated.End of change
Start of change
Explanation:

A text array passed to the SEND_TEXT() method in code written to support Java native methods used by the JCICS Java class library was longer than 32767 bytes.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and sends the first 32767 bytes in the array.

End of change
Start of change
User response:

Ensure that the length of text passed to the sendText() method does not exceed 32767.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0327End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0328End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for the toBinary() method, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0329End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for TCTUAlength, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0330End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0331End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for TERMCODE, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0332End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), for com/ibm/cics/server/TerminalPrincipalFacility, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0333End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCFile.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0334End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID() for TCTUAP, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTerminal.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0335End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTSQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0336End of change
Start of changedate time applid userid termid tranid program name An invalid value for item number was passed to the READITEM() method in module. The value passed was item_no .End of change
Start of change
Explanation:

An invalid value for item number was passed to the readItem() method, in code written to support Java native methods used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that the item number specified on the readItem() method of the appropriate TSQ Java object is in the range 0 - 32767.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTSQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemodule, End of changeStart of changeitem_noEnd of change

Start of changeDFHCZ0337End of change
Start of changedate time applid userid termid tranid program name TSQ name tsqname has been truncated to 16 characters in the SETNAME() method in module.End of change
Start of change
Explanation:

The Temporary Storage queue identified in the message has been truncated to 16 characters.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and continues with the request.

End of change
Start of change
User response:

Ensure all TS queue names used in JCICS applications are 16 characters or less in length.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTSQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changetsqname, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0338End of change
Start of changedate time applid userid termid tranid program name An invalid value for item number was passed to the REWRITE() method in module. The value passed was item_no.End of change
Start of change
Explanation:

An invalid value for item number was passed to the REWRITE() method, in code written to support Java native methods used by the JCICS Java class library.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and ignores the request.

End of change
Start of change
User response:

Ensure that the item number specified on the REWRITE() method of the appropriate TSQ Java object is in the range 0 - 32767.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (DTCTSQ.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemodule, End of changeStart of changeitem_noEnd of change

Start of changeDFHCZ0340End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0341End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, transactionName), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0342End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0345End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, transactionName), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0347End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0348End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, terminal)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, terminal), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0349End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, SysId)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, SysId), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0350End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, rTransaction), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0351End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetStringUTFChars(envp, rTerminal)' in module failed.End of change
Start of change
Explanation:

A JNI call, GetStringUTFChars(envp, rTerminal), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (StartRequest.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0352End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(envp, data, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (SynchronizationResource.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0353End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(envp, data, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (SynchronizationResource.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0354End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetByteArrayElements(envp, CommArea, NULL), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (WrapperNative.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0355End of change
Start of changedate time applid userid termid tranid program name JNI call 'NewByteArray(envp, Length)' in module failed.End of change
Start of change
Explanation:

A JNI call, NewByteArray(envp, Length), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCZDTC (WrapperNative.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0356End of change
Start of changedate time applid userid termid tranid program name non-CICS security manager of class className installed.End of change
Start of change
Explanation:

The Environment constructor has been unable to install the CICS security manager because a non-CICS security manager of class className is installed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM.

End of change
Start of change
User response:

The CICS security manager ensures, for example, that a Java program cannot issue the exit command. Check that the security manager you have installed is compatible with running a CICS java program.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCICS (com.ibm.cics.server.Environment.java)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclassNameEnd of change

Start of changeDFHCZ0357End of change
Start of changedate time applid userid termid tranid program name Uncaught exception from application.End of change
Start of change
Explanation:

The jcics Wrapper class has caught an InvocationTargetException. This occurs when the application throws, or doesn't catch, an exception. Details of the application exception are given in accompanying message DFHCZ0358.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM.

End of change
Start of change
User response:

Correct the problem and rerun the task.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCICS (com.ibm.cics.server.Wrapper.java)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram nameEnd of change

Start of changeDFHCZ0358End of change
Start of changedate time applid userid termid tranid program name Exception exception occurred invoking main method in class className.End of change
Start of change
Explanation:

The jcics Wrapper class caught exception exception trying to invoke the main method in class className.

End of change
Start of change
System action:

An exception trace entry is made and the task is abnormally terminated.

End of change
Start of change
User response:

Correct the problem and rerun the task.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJCICS (com.ibm.cics.server.Wrapper.java)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeexception, End of changeStart of changeclassNameEnd of change

Start of changeDFHCZ0359End of change
Start of changedate time applid userid termid tranid program name Exception exception occurred creating object reference for class className.End of change
Start of change
Explanation:

The _GenericFactoryImpl create_object method has caught exception exception issuing a Class.forName(className).newInstance()

End of change
Start of change
System action:

A CORBA NoFactory exception is returned to the client and the task terminates normally.

End of change
Start of change
User response:

Correct the problem and reissue the request. For a ClassNotFoundException, check that a program with an appropriate package alias is in a PDSE available to CICS. If the program copy is refreshed to correct an error it may be necessary to perform a CEMT SET PROGRAM() NEWCOPY or PHASEIN command on any program in the system to refresh cache storage. If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changeDFJGFAC (com.ibm.CosLifeCycle._GenericFactoryImpl.java)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeexception, End of changeStart of changeclassNameEnd of change

Start of changeDFHCZ0360End of change
Start of changedate time applid userid termid tranid program name Class name className is invalid.End of change
Start of change
Explanation:

The class name className is invalid. This is often caused by an erroneous leading '.' or '/' character.

End of change
Start of change
System action:

An exception trace entry is made and the task is abnormally terminated

End of change
Start of change
User response:

Correct the problem and rerun the task.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changecom.ibm.cics.server.WrapperEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changeclassNameEnd of change

Start of changeDFHCZ0361End of change
Start of changedate time applid The CICS Java Wrapper class failed to find the requested plugin plugin.End of change
Start of change
Explanation:

The CICS JVM attempted to instantiate the requested plugin class plugin but the JVM could not find this class on the current classpath.

End of change
Start of change
System action:

The plugin is not loaded.

End of change
Start of change
User response:

Examine the value set for the classpath in the JVM profile being used from the XDFHENV dataset. The pathname for the requested plugin must be present in the classpath.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changecom.ibm.cics.server.WrapperEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changepluginEnd of change

Start of changeDFHCZ0362End of change
Start of changedate time applid The CICS Java Wrapper plugin plugin has thrown exception exception.End of change
Start of change
Explanation:

The CICS JVM Java Wrapper class caught an exception thrown from plugin plugin.

End of change
Start of change
System action:

The JVM attempts to continue processing the user application.

End of change
Start of change
User response:

Either contact the plugin vendor for further assistance or catch the exception in the body of your plugin.

End of change
Start of change
Destination:

CSMT

End of change
Modules:

Start of changecom.ibm.cics.server.WrapperEnd of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeplugin, End of changeStart of changeexceptionEnd of change

Start of changeDFHCZ0380End of change
Start of changedate time applid userid termid tranid program name An attempt to allocate storage in module failed.End of change
Start of change
Explanation:

An attempt to obtain storage, for use as a RIDFLD parameter, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (Document.c) libcom_ibm_cics_server_DTC.so (DTCSupport.c) libcom_ibm_cics_server_DTC.so (HttpRequest.c) libcom_ibm_cics_server_DTC.so (TcpipInfo.c) libcom_ibm_cics_server_DTC.so (TcpipRequest.c) libcom_ibm_cics_server_DTC.so (WebInfo.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

DFHCZ0381
date time applid userid termid tranid program name JNI call 'GetByteArrayElements()' in module failed.
Explanation:

A JNI call, GetByteArrayElements(), in code written to support Java native methods used by the JCICS Java class library has failed.

System action:

The system writes this message to the TD queue CCZM and takes a system dump.

User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (Document.c) libcom_ibm_cics_server_DTC.so (HttpResponse.c) libcom_ibm_cics_server_DTC.so (Container.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

DFHCZ0382
date time applid userid termid tranid program name JNI call 'GetStringUTFChars()' in module failed.
Explanation:

A JNI call, GetStringUTFChars(), in code written to support Java native methods used by the JCICS Java class library has failed.

System action:

The system writes this message to the TD queue CCZM and takes a system dump.

User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (Document.c) libcom_ibm_cics_server_DTC.so (HttpRequest.c) libcom_ibm_cics_server_DTC.so (HttpResponse.c) libcom_ibm_cics_server_DTC.so (TcpipRequest.c) libcom_ibm_cics_server_DTC.so (Container.c) libcom_ibm_cics_server_DTC.so (ContainerIterator.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0383End of change
Start of changedate time applid userid termid tranid program name JNI call 'NewObject()' in module failed.End of change
Start of change
Explanation:

A JNI call, NewObject(), to construct a Conversation object, in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (DTCSupport.c) libcom_ibm_cics_server_DTC.so (HttpResponse.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0384End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetMethodID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetMethodID() for setState(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (DTCSupport.c) libcom_ibm_cics_server_DTC.so (HttpResponse.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0385End of change
Start of changedate time applid userid termid tranid program name JNI call 'FindClass()' in module failed.End of change
Start of change
Explanation:

A JNI call, FindClass(), in code written to support Java native methods used by the JCICS Java class library has failed to find the class for CicsResponseConditionException.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (DTCSupport.c) libcom_ibm_cics_server_DTC.so (HttpResponse.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0386End of change
Start of changedate time applid userid termid tranid program name JNI call 'GetFieldID()' in module failed.End of change
Start of change
Explanation:

A JNI call, GetFieldID(), in code written to support Java native methods used by the JCICS Java class library has failed.

End of change
Start of change
System action:

The system writes this message to the TD queue CCZM and takes a system dump.

End of change
Start of change
User response:

If the error condition persists, you need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

End of change
Start of change
Destination:

CCZM

End of change
Modules:

Start of changelibcom_ibm_cics_server_DTC.so (DTCSupport.c)End of change

Start of changeXMEOUT Parameters:End of changeStart of change End of changeStart of changedate, End of changeStart of changetime,End of changeStart of changeapplid, End of changeStart of changeuserid, End of changeStart of changetermid, End of changeStart of changetranid, End of changeStart of changeprogram name, End of changeStart of changemoduleEnd of change

Start of changeDFHCZ0399End of change
Start of changetermid tranid date time COM.IBM.CICS.SERVER.WRAPPER - UNSATISFIEDLINKERROR LOADING library.End of change
Start of change
Explanation:

An UnsatisfiedLinkError occurred trying to load the jcics native library com_ibm_cics_server_DTC.

End of change
Start of change
System action:

An UnsatisfiedLinkError is thrown to the caller. The task is terminated abnormally.

End of change
Start of change
User response:

If running in an ET/390 environment, check that PROGRAM DFJCZDTC, with alias libcom_ibm_cics_server_DTC.so, is in a PDSE available to CICS. If running under the JVM, check that libcom_ibm_cics_server_DTC.so is in the libpath defined to CICS.

If the error condition persists, you will need assistance from IBM. See CICS Problem Determination Guide for guidance on how to proceed.

Note:
This message cannot be changed with the message editing utility.
End of change
Start of change
Destination:

SYSPRINT

End of change
Modules:

Start of changeDFJCICS (com.ibm.cics.server.Wrapper.java)End of change

[[ Contents Previous Page | Next Page Index ]]