Dear Tom,
At present we are using V5R4 version. In our system I didn't find any attribute like INQMSGRPY.
The basic description of how the job is run means
If so many users were running a same program at a time, then in that situation the job is going into MSGW status.
Our JOBQ is having max active jobs as 1.
So, inorder to clear such a jobs from MSGW we are going to WRKACTJOB and there we are giving opt7 for that job which is in MSGW and then giving reply 'G' manually.
Now what we want is we want to reply such a jobs which were in MSGW status programatically or by any other process so that we need not do all this process every time & that process to be run for every scheduled period of time.
Message identifier having reply 'G' is 'CPA8424'.
thanks





by: tliottaPosted on 2009-01-09 at 23:59:41ID: 23342709
Bsidmis:
Assuming that the 'G' is a response to a predefined message, you might be able to use the INQMSGRPY(*SYSRPYL) attribute setting for the job. The attribute might be set through a job description, a SBMJOB command, or a CHGJOB command.
Please specify which message identifier is replied to with 'G' and a basic description of how the job is run. We can probably supply reasonably simple steps to automate this.
Tom