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

Running ICEGENER, gets User abend 0141


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

New User


Joined: 20 Dec 2006
Posts: 2
Location: Lewisville TX

PostPosted: Wed Jan 03, 2007 1:58 am
Reply with quote

running ICEGENER to access a dataset catalog'd to tape (not first dataset on the tape); ICEGENER calls for a Mount of the correct tape that contains the catalog'd dataset, then reports a User abend 0141 with no other error messages

I have been unable to find a reference for U0141 associated with ICEGENER

Thanks for any suggestions.
___________________________________
Code:
? 16:48:16 *IEC501A M 0A0C,D50857,SL,,STK001X1,A,FZ0.F.B0011E.MPF7A.M.G0126V00
? 16:50:58  IEA995I SYMPTOM DUMP OUTPUT
? 16:50:58    USER COMPLETION CODE=0141
? 16:50:58   TIME=16.50.58  SEQ=13127  CPU=0000  ASID=023F
? 16:50:58   PSW AT TIME OF ERROR  078D1000   8605A280  ILC 2  INTC 0D
? 16:50:58     NO ACTIVE MODULE FOUND
? 16:50:58     NAME=UNKNOWN
? 16:50:58     DATA AT PSW  0605A27A - B2580BA0  0A0D9180  DAB247E0
? 16:50:58     AR/GR 0: 00000000/00000874   1: 00000000/8000008D
? 16:50:58           2: 00000000/00000000   3: 00000000/FFFFFF07
? 16:50:58           4: 00000000/0001749C   5: 00000000/00012C3C
? 16:50:58           6: 00000000/00000F9C   7: 00000000/196EAFC0
? 16:50:58           8: 00000000/060020D0   9: 00000000/06002928
? 16:50:58           A: 00000000/8605A280   B: 00000000/8605A028
? 16:50:58           C: 00000000/06001928   D: 00000000/00007000
? 16:50:58           E: 00000000/00000008   F: 01000002/00000010
? 16:50:58   END OF SYMPTOM DUMP
? 16:50:59  IEF450I STK001X1 A - ABEND=S000 U0141 REASON=00000000
? 16:50:59  IEF234E R 0A0C,D50857,PVT,STK001X1,B
? 16:50:59 *IEC501A M 0A0C,D50013,SL,,STK001X1,B,FZ0.F.B0011E.MD95.S.G0001V00
? 16:53:12  IEA995I SYMPTOM DUMP OUTPUT
? 16:53:12    USER COMPLETION CODE=0141

==========================================
JCL:
Code:
//A        EXEC PGM=ICEGENER,COND=EVEN                                         
//SYSPRINT DD   SYSOUT=*                                                       
//SYSUT1   DD DISP=SHR,DSN=FZ0.F.B0011E.MPF7A.M.G0126V00                     
//SYSUT2   DD   DUMMY                                                           
//SYSIN    DD   DUMMY
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 Jan 05, 2007 2:42 am
Reply with quote

superk just pointed out to me that I missed this post. Well, better late than never.

ICEGENER calls DFSORT so the error message is issued by DFSORT.

You should see DFSORT messages (ICExxxs) in //SYSPRINT. If you don't, then they've been suppressed in some way (e.g. MSGPRINT=NONE).

However, the U0141 is issued by DFSORT when ABEND is in effect and message ICE141A is issued. Here's a link to the doc for ICE141A:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CM20/2.2.137?SHELF=&DT=20060721170811&CASE=
Back to top
View user's profile Send private message
lhurt

New User


Joined: 20 Dec 2006
Posts: 2
Location: Lewisville TX

PostPosted: Fri Jan 05, 2007 5:47 am
Reply with quote

Frank,

Thanks a bunch for the good response.

Regards,
Louis
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 Running REXX through JOB CLIST & REXX 13
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
Search our Forums:

Back to Top