|
|
| Author |
Message |
srikar tenali
New User
Joined: 07 Feb 2007 Posts: 22 Location: hyderabad
|
|
|
|
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 |
|
 |
References
|
Posted: Fri May 09, 2008 4:28 pm Post subject: Re: U1008 Abend while executing IMS Program |
 |
|
|
 |
klippman
New User
Joined: 04 Sep 2008 Posts: 3 Location: Arizona
|
|
|
|
| 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 |
|
 |
|
|