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

Unable to Debug S0001 abend


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Shaheen Kalokhe

New User


Joined: 21 Feb 2008
Posts: 21
Location: India

PostPosted: Thu Nov 17, 2011 2:38 pm
Reply with quote

Proc step

XXPSTN0025 EXEC PGM=IEBGENER
XXSYSPRINT DD SYSOUT=*
XXSYSUT1 DD DISP=SHR,DSN=&JCBHLQI..&JOBDPST..TRANJRNL.W&YR&CURR
IEFC653I SUBSTITUTION JCL - DISP=SHR,DSN=JCB000P.PB.JCB0DPST.TRANJRNL.W111116
XXSYSUT2 DD DSN=&&TRANJRNL,
XX DISP=(NEW,PASS,DELETE),
XX DATACLAS=LARGE,
XX DCB=(RECFM=FB,LRECL=300)
XXSYSIN DD DUMMY
XX*

Fails with
ICE185A 0 AN S001 ABEND WAS ISSUED BY DFSORT, ANOTHER PROGRAM OR AN EXIT (PHASE C 3)

The step goes fine when restarted after some time.
Is it due to space contraints?

Message log
JOB12705 IEC020I 001-1,JCB0DNAX,PSTN0025,SYSUT1,9F4E,S1LAGH,
JOB12705 IEC020I JCB000P.PB.JCB0DPST.TRANJRNL.W111116
JOB12705 IEC020I NO ERROR HANDLING, (SYNAD), EXIT SPECIFIED
JOB12705 IEA995I SYMPTOM DUMP OUTPUT 629
SYSTEM COMPLETION CODE=001 REASON CODE=00000001
TIME=00.57.06 SEQ=24519 CPU=0000 ASID=012B
PSW AT TIME OF ERROR 075C1000 00EBB3F2 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 00EBB3EC - 00181610 0A0D9540 6000A774
AR/GR 0: BBF4A47A/84000000 1: 00000000/84001000
2: 00000000/009A03EF 3: 00000000/00EBB408
4: 00000000/0099F4A8 5: 00000000/0099F4E6
6: 00000000/0099F4B0 7: 00000000/009A03B8
8: 00000000/009FD748 9: 00000000/009A90D4
A: 00000000/009A4EE0 B: 00000000/0099F0EC
C: 00000000/0099F66C D: 00000000/0001D000
E: 00000000/80EBB2F8 F: 00000000/00000001
END OF SYMPTOM DUMP
JOB12705 IEF450I JCB0DNAX PSTN0025 JSTY0020 - ABEND=S001 U0000 REASON=00000001
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Nov 17, 2011 3:52 pm
Reply with quote

Can you explain what you were trying to do? What type of dataset is the SYSUT1?
Back to top
View user's profile Send private message
Shaheen Kalokhe

New User


Joined: 21 Feb 2008
Posts: 21
Location: India

PostPosted: Thu Nov 17, 2011 4:56 pm
Reply with quote

It just a copy step to create temporary output file. Record format FB, Record Length 300, Approximate record counts - 5046000
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Nov 17, 2011 5:03 pm
Reply with quote

What are the attributes of SYSUT1

Please try to think about the information that people will need to help you before posting anything.

20 questions might be a fun game to play, but not every single day that we visit the forum, and please be reminded that psychic day was Tuesday this week
Back to top
View user's profile Send private message
Shaheen Kalokhe

New User


Joined: 21 Feb 2008
Posts: 21
Location: India

PostPosted: Thu Nov 17, 2011 5:27 pm
Reply with quote

Data Set Information
Code:
Command ===>                                                             
                                                                         
Data Set Name . . . . : JCB000P.PB.JCB0DPST.TRANJRNL.W111116             
                                                                         
General Data                           Current Allocation               
 Management class . . : X005Y185        Allocated megabytes : 473       
 Storage class  . . . : STD             Allocated extents . : 24         
  Volume serial . . . : S1LAGH +                                         
  Device type . . . . : 3390                                             
 Data class . . . . . : COMPRES                                         
  Organization  . . . : PS             Current Utilization               
  Record format . . . : FB              Used megabytes  . . : 473       
  Record length . . . : 300             Used extents  . . . : 24         
  Block size  . . . . : 32700                                           
  1st extent megabytes: 20                                               
  Secondary megabytes : 20             Dates                             
  Data set name type  : EXTENDED        Creation date . . . : 2011/11/17
  SMS Compressible. . : YES             Referenced date . . : 2011/11/17
                                        Expiration date . . : ***None***
                                                                         
To display multiple volumes press Enter or enter Cancel to Exit.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top