Hi
We have a job that runs every night and recently, it has been failing about once a week with MCH3402 on the OPNQRYF.
Here's an extract from the job log when it completes normally:
and here's what we see when it fails:
Because we do not have 24/7 support, our operators reply to it the next morning with Retry and it completes normally.
Can anyone suggest what might be causing this?
Thanks
Suzie
We have a job that runs every night and recently, it has been failing about once a week with MCH3402 on the OPNQRYF.
Here's an extract from the job log when it completes normally:
Code:
OPNQRYF FILE((MHISRYL8)) OPTION(*ALL)QRYSLT('MHAGNT *EQ "39001N" *OR MHAGNT *EQ "37355N" *OR MHAGNT *EQ "23038W"
*OR MHAGNT *EQ "23256L" *OR MHAGNT *EQ "23574K" *OR MHAGNT *EQ "23575W" *OR MHAGNT *EQ "23576L" *OR MHAGNT *EQ "23577X" *OR MHAGNT *EQ "23578N" *OR MHAGNT *EQ "23579E"') KEYFLD(*FILE) OPNSCOPE *JOB)
CPF4028
Open of member MHISRYL8 was changed to SEQONLY(*NO).
CPC4001
Member MHISRYL8 file MHISRYL8 in MUDATA opened.
and here's what we see when it fails:
Code:
OPNQRYF FILE((MHISRYL8)) OPTION(*ALL)QRYSLT('MHAGNT *EQ "39001N" *OR MHAGNT *EQ "37355N" *OR MHAGNT EQ "23038W"
*OR MHAGNT *EQ "23256L" *OR MHAGNT *EQ "23574K" *OR MHAGNT *EQ "23575W" *OR MHAGNT *EQ "23576L" *OR MHAGNT EQ "23577X" *OR MHAGNT *EQ "23578N" *OR MHAGNT *EQ "23579E"') KEYFLD (*FILE) OPNSCOPE(*JOB)
CPF4028
Open of member MHISRYL8 was changed to SEQONLY(*NO).
MCH3402
Tried to refer to all or part of an object that no longer
exists.
Because we do not have 24/7 support, our operators reply to it the next morning with Retry and it completes normally.
Can anyone suggest what might be causing this?
Thanks
Suzie