ibm midrange - JT400 - Replying to MSGW Job -


is possible reply msgw job in as400 jt400?
i've got job element , can know if it's in msgw status job.message_reply_waiting

ex: use "c" via wrkactjob

david's correct...but missing couple steps think..and note i've not tried either..

get joblog:
job.getjoblog()

get queued messages
joblog.getmessages

get message queue
queuedmessage.getqueue()

then reply
messagequeue.reply()


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -