Page 1 of 1

ABEND U3030 - UNSUCCESSFUL SORT

PostPosted: Mon Nov 28, 2011 11:34 pm
by avi_1987
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???

Re: ABEND U3030 - UNSUCCESSFUL SORT

PostPosted: Mon Nov 28, 2011 11:44 pm
by enrico-sorichetti
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.

Re: ABEND U3030 - UNSUCCESSFUL SORT

PostPosted: Tue Nov 29, 2011 4:17 pm
by avi_1987
Iam gettiing the following message

IEF450I ABEND=S000 U3030 REASON=00000000

Re: ABEND U3030 - UNSUCCESSFUL SORT

PostPosted: Tue Nov 29, 2011 5:22 pm
by enrico-sorichetti
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

Re: ABEND U3030 - UNSUCCESSFUL SORT

PostPosted: Tue Nov 29, 2011 5:41 pm
by Akatsukami
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.