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

Abend S000 U0000 REASON=00000000


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Uday Kumar Thota

New User


Joined: 30 Oct 2019
Posts: 2
Location: India

PostPosted: Wed Oct 30, 2019 8:43 pm
Reply with quote

Hi,

I wrote an IMS batch program (IMS - DB / DLI) to.it consists of two steps step1 was executed succeefully but the control was not at all reaching to the second step while runtime JCL is abending with the abend code S000 and U0000.

I am unable to spot the error. The JCL is correct to my knowledge. the below is the jcl used to execute I was attached the JCL in the document could you please check and suggest


Cheers,
Uday Kumar Thota.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Oct 30, 2019 10:25 pm
Reply with quote

Please check this link.

ibmmainframes.com/about22226.html
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Oct 31, 2019 1:03 am
Reply with quote

Please cut and paste your data and use the code tags to maintain the spacing. Attachmentsare not a good idea as people may not be allowed to open them, some may nt want to in case there are viruses or malware and some just because "why should they? You want help so provide the information without people having to do extra work."
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Oct 31, 2019 3:04 am
Reply with quote

Downloaded and inlined the attachment

Code:
//BBW040   EXEC RUNZXI,PROG=BBW040,PSB=BBW040                           
//IEFRDER  DD  DSN=SYSGEN.WORK.BBW040.BACKOZM.DLILOG,                   
//             BLKSIZE=22528,LRECL=22524,RECFM=VB,                     
//             SPACE=(CYL,(5,50),RLSE),                                 
//             DISP=(NEW,CATLG,CATLG)                                   
//BA0ACCD        DD  DSN=ICAACC.WORK.GBYYNF.AGNTACCS.DBDATA,DISP=(OLD) 
//BA0ACCE        DD  DSN=ICAACC.WORK.GBYYNF.AGNTAREA.DBDATA,DISP=(OLD) 
//RECON1    DD  DSN=SYSGEN.MAST.CPYD.RECON1.KSDS,DISP=SHR               
//RECON2    DD  DSN=SYSGEN.MAST.CPYD.RECON2.KSDS,DISP=SHR               
//RECON3    DD  DSN=SYSGEN.MAST.CPYD.RECON3.KSDS,DISP=SHR               
//AGYEXCEP DD  DSN=ICAACC.WORK.BBW040.EXCEPT.DATA,DCB=(RECFM=FB,       
//             BLKSIZE=27960,LRECL=60),SPACE=(CYL,(20,10),RLSE),       
//             DISP=(NEW,CATLG,DELETE),UNIT=3390                       
//BCSYSDTE DD  DSN=ICAACC.DEVL.GBYYNF.BCSYSDTE.KSDS,DISP=(SHR)         
//PRINT30  DD  SYSOUT=B                                                 
//*                                                                     
//BBW050   EXEC RUNZXI,PROG=BBW050,PSB=BBW050                           
//STEPLIB DD  DSN=ICAACC.UNI3.LM.BATCH.LOAD,DISP=SHR   
//IEFRDER  DD  DSN=SYSGEN.WORK.BBW050.BACKOZM.DLILOG,                   
//             BLKSIZE=22528,LRECL=22524,RECFM=VB,                     
//             SPACE=(CYL,(5,50),RLSE),                                 
//             DISP=(NEW,CATLG,CATLG)                                   
//BA0ACCD        DD  DSN=ICAACC.WORK.GBYYNF.AGNTACCS.DBDATA,DISP=(OLD) 
//BA0ACCE        DD  DSN=ICAACC.WORK.GBYYNF.AGNTAREA.DBDATA,DISP=(OLD) 
//BA0ACBD        DD  DSN=ICAACC.WORK.GBYYNF.BRCHACCS.DBDATA,DISP=(OLD) 
//BA0ACB2        DD  DSN=ICAACC.WORK.GBYYNF.BRCHACCS.DBSX2,DISP=(OLD)   
//RECON1    DD  DSN=SYSGEN.MAST.CPYD.RECON1.KSDS,DISP=SHR               
//RECON2    DD  DSN=SYSGEN.MAST.CPYD.RECON2.KSDS,DISP=SHR               
//RECON3    DD  DSN=SYSGEN.MAST.CPYD.RECON3.KSDS,DISP=SHR               
//BREXCEP  DD  DSN=ICAACC.WORK.BBW050.EXCEPT.DATA,DCB=(RECFM=FB,       
//             BLKSIZE=27960,LRECL=60),SPACE=(CYL,(20,10),RLSE),       
//             DISP=(NEW,CATLG,DELETE),UNIT=3390                       
//BCSYSDTE DD  DSN=ICAACC.DEVL.GBYYNF.BCSYSDTE.KSDS,DISP=(SHR)         
//PRINT30  DD  SYSOUT=B                                                 
/*                                                                                     


the formatting was already clobbered
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 -> IMS DB/DC

 


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