Author |
Message
|
daspot |
Posted: Wed Feb 01, 2006 9:40 am Post subject: CKTIBAT2 - S522 |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 8
|
Hello,
on Z/os, I upgrage MQseries v5.2 in v5.31; no problem installing this new version.
I had an IBM sample CKTIBAT2 who was triggered by a local queue.
With this version the sample failed with s522 code.
does somebody have an idea about this mistake?
Thanks for help. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Feb 01, 2006 9:47 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
it looks look like you are waiting on a dataset:
IEF099I JOB jobname WAITING FOR DATA SETS
Explanation: During initialization of a job, the job required data sets that were not available. These data sets are named in message IEF863I. When the data sets become available, the system will reserve them for the job and job initialization will continue. In the message text: jobname The job name.
System Action: The system issues message IEF863I to identify the unavailable data sets, and suspends processing of the job until those data sets become available.
Operator Response: If you want to end processing of the job, enter the CANCEL command. The job will not time out (abend S522).
Source: Initiator/terminator Detecting Module: IEFSD102 _________________ -wayne |
|
Back to top |
|
 |
daspot |
Posted: Wed Feb 01, 2006 4:06 pm Post subject: |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 8
|
thank for answer.
seems not to be the good reason in my case.
CKTIBAT2 run well since mqseries 5.31 version.
now, without a time=1440 or nolimit, it fail with S522. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Feb 01, 2006 5:48 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Do you see any messages in the job log? There must be more info besides the abend code. _________________ -wayne |
|
Back to top |
|
 |
kevinf2349 |
Posted: Thu Feb 02, 2006 3:17 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Changing the TIME parm will not help. S522 is a WAIT time out, not a CPU time out.
Your program is waiting for something. Maybe a dataset recall, maybe a WTOR reply, maybe an ENQ....but it is definately waiting for an ECB to be posted.
Check the job log or check the syslog for messages that may give you a pointer. |
|
Back to top |
|
 |
daspot |
Posted: Fri Feb 03, 2006 8:04 am Post subject: |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 8
|
ok thank you all.
I find nothing in the log.
As soon as there is somthing new, i'll put it in this forum. |
|
Back to top |
|
 |
daspot |
Posted: Fri Feb 03, 2006 8:23 am Post subject: |
|
|
Newbie
Joined: 03 Jan 2006 Posts: 8
|
ok thank you all.
I find nothing in the log.
As soon as there is somthing new, i'll put it in this forum. |
|
Back to top |
|
 |
|