IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Sort Error Codes


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ywheeler

New User


Joined: 10 Nov 2006
Posts: 19
Location: New York

PostPosted: Sat Jun 27, 2009 7:22 am
Reply with quote

Where can i find a list of error codes and the meanings for a sort. i'm getting

USER COMPLETION CODE=0046
TIME=21.34.09 SEQ=26198 CPU=0000 ASID=0116
PSW AT TIME OF ERROR 078D1000 88B0E288 ILC 2 INTC 0D NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 08B0E282 - B2600BA0 0A0D9188 DB504780
AR/GR 0: 00000000/00000000_000078CC 1: 00000000/00000000_8000002E
2: 00000000/00000000_3EFF4EA0 3: 00000000/00000000_000000FE
4: 00000000/00000000_0000DAF0 5: 00000000/00000000_00000000
6: 00000000/00000008_7F02D070 7: 00000000/00000000_00000000
8: 00000000/00000000_3EFF4C18 9: 00000000/00000000_88AAB87C
A: 00000000/00000000_88B0E288 B: 00000000/00000000_88B0E028
C: 00000000/00000000_08AA96C0 D: 00000000/00000000_00007000
E: 00000000/00000000_00001DF9 F: 01000002/00000000_00000010
END OF SYMPTOM DUMP
08307 IEF450I P4143SRT EXEC025 - ABEND=S000 U0046 REASON=00000000 694
TIME=21.34.10
08307 IEF234E K 9C64,I50372,PVT,P4143SRT,EXEC025
08307 USRACTRT P4143SRT EXEC025 ( 1) PGM=SORT RC=0046<==
08307 IEF404I P4143SRT - ENDED - TIME=21.34.10

My control card looks like:
//SYSIN DD *
SORT FIELDS=(1,8,CH,A,548,10,CH,A,558,10,CH,A)
OUTFIL FNAMES=SORTOF1,INCLUDE=(558,10,CH,EQ,C'2009-06-02')
OUTFIL FNAMES=SORTOF2,INCLUDE=(592,1,CH,EQ,C'P')
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Jun 27, 2009 8:07 am
Reply with quote

Hello,

Please post any informational messages generated by the sort including the message ids.

Is this an internal sort (in some program) or an external sort?

It may help if you post the jcl from this execution.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Sat Jun 27, 2009 3:58 pm
Reply with quote

there is a sticky in dfsort forum for links to fsort documentation.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Sat Jun 27, 2009 11:00 pm
Reply with quote

The U0046 Abend is assocated with DFSORT message ICE046A (you have ERET=ABEND in effect) which is an out of space condition.

For doc on a specific DFSORT message, you can use LookAt at:

www.ibm.com/systems/z/os/zos/bkserv/lookat/index.html

or refer to the DFSORT Messages book from:

www.ibm.com/systems/support/storage/software/sort/mvs/srtmpub.html
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts JCL sort card - get first day and las... JCL & VSAM 9
Search our Forums:

Back to Top