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
Phoenix

New User


Joined: 27 Feb 2007
Posts: 20
Location: Chennai

PostPosted: Mon Jun 25, 2007 1:07 pm
Reply with quote

Hi,

I wrote an IMS batch program (IMS - DB / DLI) to download two databases to two flat files in some required format. But 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.

Prompt replies would be highly appreciated.

icon_smile.gif

Cheers,
Phoenix
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Jun 25, 2007 7:30 pm
Reply with quote

Has your program done anything at all? Did it in fact read any segment and what status-code did you receive? Could it be you read all segments ignoring the GB status-code? Give us this information and any additional so we can help you out. Could this be of help?
Back to top
View user's profile Send private message
Phoenix

New User


Joined: 27 Feb 2007
Posts: 20
Location: Chennai

PostPosted: Tue Jun 26, 2007 12:34 pm
Reply with quote

Hi George,

The output datasets are not created at all and i am not able to get any output .

Actually we are expanding the database to include some new segments with the same old data. So we need to download the data to a flat file and then expand & reload it with another program. But it seems its not even touching the program at all.

The SYSOUT is not coming in the outlist so i guess the control is not reaching the program.

Heres' the JCL used to execute it.

Code:
 
//STEPNAME EXEC PGM=DFSRRC00,PARM='DLI,PGMNAME,PSBNAME,50,00'
//DFSRESLB DD DSN=IMS.RESLIB,DISP=SHR                       
//IMS      DD DSN=IMS.P.DBDLIB,DISP=SHR                     
//         DD DSN=IMS.P.PSBLIB,DISP=SHR                     
//IEFRDER  DD DUMMY                                         
//SYSUDUMP DD SYSOUT=*                                       
//DATABAS1 DD DSN=DATABASE.FIRST,DISP=SHR                   
//INDEX1   DD DSN=VSAM.INDEXFOR.DATABASE.FIRST,DISP=SHR     
//DATABAS2 DD DSN=DATABASE.SECOND,DISP=SHR                   
//DATABAS3 DD DSN=DATABASE.THIRD,DISP=SHR                   
//INDEX1   DD DSN=VSAM.INDEXFOR.DATABASE.THIRD,DISP=SHR     
//OUTONE   DD DSN=OUTPUT.TEST.DOWNLOAD.ONE.                 
//         DISP=(NEW,CATLG,DELETE),                         
//         UNIT=SYSDA,SPACE=(CYL,(100,10),RLSE),             
//         RECFM=FB,LRECL=055,BLKSIZE=0                     
//OUTTWO   DD DSN=OUTPUT.TEST.DOWNLOAD.TWO,                 
//         DISP=(NEW,CATLG,DELETE),                         
//         UNIT=SYSDA,SPACE=(CYL,(100,10),RLSE),             
//         RECFM=FB,LRECL=135,BLKSIZE=0   
//DFSVSAMP DD *                           
IOBF=(4096,10)                           
IOBF=(8192,10)                           
2048,5                                   
4096,5                                   
/*                                       
//CNTLPAGE DD SYSOUT=*                   
//SYSOUT   DD SYSOUT=*                   
//*                                       
//                                       



Hope this aids in a better understanding
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Tue Jun 26, 2007 2:37 pm
Reply with quote

OUTONE containes an error; what is the dot doing there instead of the comma?
Back to top
View user's profile Send private message
Phoenix

New User


Joined: 27 Feb 2007
Posts: 20
Location: Chennai

PostPosted: Tue Jun 26, 2007 2:44 pm
Reply with quote

That is just a typo George, but anyway i found the error icon_idea.gif .

I was including IO-PCB in an IMS-DB batch program icon_redface.gif and it is working fine now.


Thanks for all your help.

Cheers,
Phoenix.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Tue Jun 26, 2007 2:48 pm
Reply with quote

Well that's a relief. Thank you for answering and good luck.
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 9
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