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

U1008 Abend while executing IMS Program


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srikar tenali

New User


Joined: 07 Feb 2007
Posts: 22
Location: hyderabad

PostPosted: Fri May 09, 2008 4:28 pm
Reply with quote

I am trying to execute an IMS Program using AFCRRC00. Its is giving an user abend, U1008, but program is executed till the GO BACK statement with out any interruption.
While trying to execute the same program through DFSRRC00, it is abending in the Program with DLI Status code as 'FR'. I guess both the problems are due to some insufficient Buffer space available.
Please give solution to avoid this or how to increase buffer space.

thanks in advance,
Srikar
Back to top
View user's profile Send private message
klippman

New User


Joined: 04 Sep 2008
Posts: 3
Location: Arizona

PostPosted: Sat Sep 06, 2008 3:29 am
Reply with quote

I had this same abend and resolved it by making the very last statement a SYNC call. The FR is happening because this is a FASTPATH Database; when the status of the DB is an FR issue a SYNC call. This 'commits' what ever is in the buffers and clears them out. Hope this works for you!
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top