Home

 

System/390 assembler invocation

         CALL MQCONN,(QMGRNAME,HCONN,COMPCODE,REASON)

Declare the parameters as follows:

QMGRNAME  DS  CL48  Name of queue manager
HCONN     DS  F     Connection handle
COMPCODE  DS  F     Completion code
REASON    DS  F     Reason code qualifying COMPCODE


 

Home