Home
System/390 assembler declaration
MQPMO DSECT MQPMO_STRUCID DS CL4 Structure identifier MQPMO_VERSION DS F Structure version number MQPMO_OPTIONS DS F Options that control the action of * MQPUT and MQPUT1 MQPMO_TIMEOUT DS F Reserved MQPMO_CONTEXT DS F Object handle of input queue MQPMO_KNOWNDESTCOUNT DS F Number of messages sent successfully * to local queues MQPMO_UNKNOWNDESTCOUNT DS F Number of messages sent successfully * to remote queues MQPMO_INVALIDDESTCOUNT DS F Number of messages that could not be * sent MQPMO_RESOLVEDQNAME DS CL48 Resolved name of destination queue MQPMO_RESOLVEDQMGRNAME DS CL48 Resolved name of destination queue * manager * MQPMO_LENGTH EQU *-MQPMO ORG MQPMO MQPMO_AREA DS CL(MQPMO_LENGTH)
Home