ABEND U3030 - UNSUCCESSFUL SORT



Queries about Compuware’s Debugging Tools: Abend-AID for COBOL, PL/I, Assembler, CICS, DB2, IMS and IDMS

ABEND U3030 - UNSUCCESSFUL SORT

Postby avi_1987 » Mon Nov 28, 2011 11:34 pm

Hi guys

When Iam running my Test jcl Iam getting abend U3030 giving the message "UNSUCCESSFUL SORT BD6".

Can you please suggest me how to solve this abend???
avi_1987
 
Posts: 2
Joined: Mon Nov 28, 2011 5:54 pm
Has thanked: 0 time
Been thanked: 0 time

Re: ABEND U3030 - UNSUCCESSFUL SORT

Postby enrico-sorichetti » Mon Nov 28, 2011 11:44 pm

Abend-AID is the name of a product which helps in collecting info about abends
not the name of a forum to get AID about an abend :geek:

U3030 is a user abend and as such it depends on the program issuing it.

so ...
look at the messages manual of Your sort product searching for the message You received ( You just forgot to post the message ID ICE..... WER.... )
and ( usually in the same manual ) research the meaning of the u3030 abend.

nothing else we can do from here.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: ABEND U3030 - UNSUCCESSFUL SORT

Postby avi_1987 » Tue Nov 29, 2011 4:17 pm

Iam gettiing the following message

IEF450I ABEND=S000 U3030 REASON=00000000
avi_1987
 
Posts: 2
Joined: Mon Nov 28, 2011 5:54 pm
Has thanked: 0 time
Been thanked: 0 time

Re: ABEND U3030 - UNSUCCESSFUL SORT

Postby enrico-sorichetti » Tue Nov 29, 2011 5:22 pm

IEF450I ABEND=S000 U3030 REASON=00000000

You just repeated the useless info of the initial question..
please use Your neurons, what does that add to our knowledge of Your issue ???

/repeat on...
You received a USER abend period the only way out of it, is to look at the documentation of the program issuing it
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: ABEND U3030 - UNSUCCESSFUL SORT

Postby Akatsukami » Tue Nov 29, 2011 5:41 pm

avi_1987 wrote:Hi guys

When Iam running my Test jcl Iam getting abend U3030 giving the message "UNSUCCESSFUL SORT BD6".

Can you please suggest me how to solve this abend???

Post your JCL, cutting and pasting from your emulator screen and using code tags to preserve formatting. If you cannot or will not do this, we cannot and will not help you.

This is a Syncsort message (WER999A), but only indicates that Syncsort logged the abend, not that it caused it (BD6 is just the hexadecimal equivalent of 3030). TTBOMK, the abend code is not one generated by Syncsort itself; you are likely calling Syncsort from, e.g., a COBOL program, or have user exits that generate this code.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times


Return to Abend-AID

 


  • Related topics
    Replies
    Views
    Last post