View previous topic :: View next topic
|
Author |
Message |
sujab
New User
Joined: 21 Jan 2009 Posts: 3 Location: India
|
|
|
|
When I am implementing the package through Changeman. It is giving the abend ABU0020 in impact analysis step. The error message is
+IKJ56231I UTILITY DATA SET NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
+IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID PARAMETER
It is not happening for all the packages. Initially we got storage issue that is the abend S878, once I have fixed and restarted the particular step. It started giving the user abend 20. After that whenever I am implementing packages which are having more links it is directly giving the abend u0020. Can anyone be able to tell a solution for this problem |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10891 Location: italy
|
|
|
|
Quote: |
+IKJ56231I UTILITY DATA SET NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
+IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID PARAMETER
|
this info applies to any process using dynamic allocation ( SVC 99 )
the text unit (allocation parameter) identified by the x'0002' key (dataset name) is invalid
in short words the dataset name does not respect the rules |
|
Back to top |
|
|
sujab
New User
Joined: 21 Jan 2009 Posts: 3 Location: India
|
|
|
|
Thanks for the above information. Today I have implemented one more package and same problem. It is showing the same error message which i mentioned in my first query. When I had a look into the job I got the below message
UNABLE TO ALLOCATE CMNM1B.CM.PBLS020 ARHLOD DDBAA112
The dataset CMNM1B.CM.PBLS020 is not available and at the same time when impact analysis is running it is creating a file like
CMNM1B.CM.PBPS.#016819.IMPACT
From this file the details are written to impact analysis table. I had a look into all the skels for Changeman but I did not find how the file is being created. As it is a third party tool I have only executable for the impact analysis program.
So is it a space issue or is it the problem with the file it is trying to allocate. What do you think on this |
|
Back to top |
|
|
|