Home

 

PutDate (MQCHAR8)

The date when the message was put on the dead-letter (undelivered-message) queue. The format used for the date when this field is generated by the queue manager is:

where the characters represent:

YYYY

year (four numeric digits)

MM

month of year (01 through 12)

DD

day of month (01 through 31)

Greenwich Mean Time (GMT) is used for the PutDate and PutTime fields, subject to the system clock being set accurately to GMT.

The length of this field is given by MQ_PUT_DATE_LENGTH. The initial value of this field is the null string in C, and 8 blank characters in other programming languages.



 

Home