View previous topic :: View next topic |
Author |
Message |
nadh Intermediate
Joined: 08 Oct 2004 Posts: 192 Topics: 89
|
Posted: Tue Jan 04, 2005 2:43 am Post subject: 0826 abend |
|
|
hi
I'm reloading the ims db from dataset. while i'm running this jcl i'm getting the abend message as user completion code = 0826. can any one help me out what is this and how to overcome this problem.
thanks in advance.
nadh |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue Jan 04, 2005 8:20 am Post subject: |
|
|
Nadh,
Check this for a detailed explanation of the abend U0826
Code: |
U0826
Explanation: A situation was encountered by index maintenance that
prohibits further processing of the database. Message DFS0840I identifies
the index and gives a status code. Probable causes are:
- Read error indicated by buffer handler. The status code is 'NO'.
- Unable to open the index database. The status code is 'NI'.
- I/ O error indicated when inserting to an index DB.
The status code is 'NO'.
- Open error on work file data set during DB load with secondary indexes.
The status code is 'NI'.
- Index Maintenance is unable to handle the return code it received from
the buffer handler. The status code is blanks.
System Action: The application program terminates abnormally.
Programmer Response: If an open error is indicated, check JCL parameters or
missing DD statements. For an I/ O error, investigate the need to recover
the affected data set.
Problem Determination: 35
|
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|