Joined: 18 Nov 2006 Posts: 3158 Location: Tucson AZ
Is this the error:
Quote:
U0929
>>Explanation: A BLDL was issued for the named member. The member was not found in the DBD or PSB library. Message DFS0929I is issued prior to this abend. Refer to IMS Version 9: Failure Analysis Structure Tables (FAST) for Dump Analysis, LY37-3204 for the codes and their meanings.
>>System Action: IMS terminates abnormally.
>>Programmer Response: At entry to this abend, register 6 points to the member name. Correct the error in the appropriate library, and re-execute the program.
Joined: 18 Nov 2006 Posts: 3158 Location: Tucson AZ
Sorry, I know nothing of IMS (other than how to spell it... ).
I can only offer what the FM did, "Correct the error in the appropriate library, and re-execute the program."
Joined: 07 Nov 2005 Posts: 1105 Location: The Netherlands at Hole 19
Locate the module in error in your dump: register 6 contains the address. Once you found the modulename check for existence of that module in de DBD and PSB lib. If it's missing add it. That's what the error description Bill posted tells.
hey george i solved that prob ..actually i was using psbgen of cluster A but i was working in C so due to that it was not takin it from A .. i had to expliciatly give lib in JCL .. but now im getting U4051.. Help me if u cn.. thankx