DFHCZ0136 date 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.

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 Foundation Classes: reference.

System action

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

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 Working with IBM to solve your problem for guidance on how to proceed.

Module

ICCFILEC

XMEOUT parameters/Message inserts

  1. date
  2. time
  3. applid
  4. userid
  5. termid
  6. tranid
  7. program_name
  8. class
  9. method
  10. param_name
  11. flag1
  12. flag2

Destination

CCZM