Extended restart in IMS



IBM's hierarchical database management system with a Database Manager (IMS DB) and a Transaction Manager(IMS DC)

Extended restart in IMS

Postby bommaraju » Wed May 06, 2009 5:10 pm

HI,

This is subramanyam. I am trying to use a extended restart in ims-db program. When the program is running for the first time the XRST call is successful which is the first call in the program. After the program is getting abended, when i am giving the chkptid= last in the jcl as a parameter and restarting the job i am getting an abend U0102.

Here is the XRST call

CALL 'CBLTDLI' USING FUNC-XRST,
PCB0,
IOAREA-LEN,
XRST-WORKAREA,
CHKP-AREA1-LEN,
CHKP-AREA1.


Here is my check point call.

CALL 'CBLTDLI' USING FUNC-CHKP,
PCB0,
IOAREA-LEN,
CHKP-ID,
CHKP-AREA1-LEN,
CHKP-AREA1.

Please let me know on how to pass the check point while using extended restart. if you can paste any sample jcl that would be great.

Thanks in advance,
Subramanyam.
bommaraju
 
Posts: 1
Joined: Wed May 06, 2009 2:59 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Extended restart in IMS

Postby dick scherrer » Thu May 07, 2009 1:52 am

Hello and welcome to the forum,

Have you researched the U0102 abend? What does it say?

Have you spoken with your dba?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to IMS DB/DC

 


  • Related topics
    Replies
    Views
    Last post