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

ABEND=S000 U0027 REASON=00000000


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

New User


Joined: 30 May 2007
Posts: 10
Location: Mumbai

PostPosted: Thu Jul 09, 2009 10:49 pm
Reply with quote

Hi,

I got a new problem here, ABEND=S000 U0027 REASON=00000000.

AN U0027 ABEND WAS ISSUED BY DFSORT, ANOTHER PROGRAM OR AN EXIT (PHASE S 1)

If anybody know the reason of this kind of abend, please help me to resolve this issue.

Regards,
Shinto Chacko
edited to delete email address
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 09, 2009 11:04 pm
Reply with quote

did You check the message ice027a in the
DFSORT Messages, Codes and Diagnosis Guide SC26-7525-03

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CM30/CCONTENTS?SHELF=ICE1SH31&DN=SC26-7525-03&DT=20080602112935
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: Thu Jul 09, 2009 11:40 pm
Reply with quote

Shinto,

Enrico is correct. A U0027 indicates DFSORT issued message ICE027A. With ERET=RC16 (the shipped default), you get a RC=16. With ERET=ABEND, you get an ABEND with the message number.

If you look at the //SYSOUT messages, you should see message ICE027A.
Here's a link to the doc for that message:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CM30/2.2.26?SHELF=&DT=20080602112935&CASE=

If you need more help with this, state the RECFM and LRECL of your input file, and show all of the //SYSOUT messages.
Back to top
View user's profile Send private message
SyntelShinto

New User


Joined: 30 May 2007
Posts: 10
Location: Mumbai

PostPosted: Fri Jul 10, 2009 12:11 am
Reply with quote

I have gone through links specifying the details- but still last week the job was executting with out any issues. I didn't change anything to the JCL.


i am pasting some of the messages from the sysout -


BLOCKSET SORT TECHNIQUE SELECTED
VISIT www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AND MORE
- CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R10 - 00:19 ON THU JUL 09, 200
SORT FIELDS=(1,20,CH,A)
RECORD TYPE=F,LENGTH=(30)
RECORD TYPE IS F - DATA STARTS IN POSITION 1
UNKNOWN FILE SIZE - FILSZ=EN MAY IMPROVE RESOURCE USAGE AND PERFORMANCE
C5-K90014 C6-K90014 C7-BASE C8-K42136 E4-BASE C9-BASE E5-K38900 E7-BASE
ICEAM2 INVOCATION ENVIRONMENT IN EFFECT - ICEAM2 ENVIRONMENT SELECTED
PSBG2004.STEP1 . , INPUT LRECL = 30, TYPE = F
MAIN STORAGE = (50000,450560,450560)
MAIN STORAGE ABOVE 16MB = (353378,353378)
OPTIONS: OVFLO=RC0 ,PAD=RC0 ,TRUNC=RC0 ,SPANINC=RC16,VLSCMP=N,SZERO=Y,RESET=Y,V
OPTIONS: SIZE=450560,MAXLIM=6291456,MINLIM=450560,EQUALS=N,LIST=Y,ERET=ABEND,MS[/img]
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: Fri Jul 10, 2009 1:01 am
Reply with quote

Well, based on those messages, I'd say it isn't DFSORT that's issuing the U0027 ABEND - it's the program that called DFSORT. If DFSORT was issuing ICE027A, you would NOT get the message:

ICE185A AN U0027 ABEND WAS ISSUED BY DFSORT, ANOTHER PROGRAM OR AN EXIT (PHASE S 1)

that you showed in your first post (I didn't notice that the first time).

So it appears whatever program is calling DFSORT is issuing the U0027 ABEND, not DFSORT, and it is NOT associated with message ICE027A.

You need to identify the program that is issuing the U0027 ABEND and determine what it means when that program issues it.
Back to top
View user's profile Send private message
SyntelShinto

New User


Joined: 30 May 2007
Posts: 10
Location: Mumbai

PostPosted: Fri Jul 10, 2009 1:24 am
Reply with quote

Ok ..

Thank you Frank, i will analysis my program for this abend. Thank you for the quick suggestions.

Will keep you posted my results.

Regards,
Shinto
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 Reorg abended with REASON=X'00E40347' DB2 2
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REASON 00D70014 in load utility DB2 6
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
Search our Forums:

Back to Top