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
Post a Comment