The MQRecord stereotype identifies a structured Record part that
holds information from an WebSphere® MQ
data queue. The following is an example of a Record with the MQRecord
stereotype:
Record MQRecordPart type mqRecord
{
queueName = "myQueue"
}
10 myField01 CHAR(2);
10 myField02 CHAR(78);
end