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

U0260 while issueing CHKP


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

New User


Joined: 06 May 2005
Posts: 6
Location: India

PostPosted: Tue Jun 05, 2007 11:38 pm
Reply with quote

HI,

I am getting U0260 Abend when I try to commit the database changes through CHKP in a BMP Program

CHKP PIC x(4) value 'CHKP'
IO-LEN value is 12
IO-AREA PIC X(12) contains 'ABCD1234'

CALL 'CBLTDLI' CHKP IO-PCB IO-LEN IO-AREA
is the call I am using

Could you please help me to resolve this


Explanation: Abend U0260 was issued for one of the following reasons:Code:

The number of parameters in the application program call to IMS
exceeded the allowable limit of 18 or is equal to 0.
The checkpoint call was used and one of the following applies:
Too few parameters were specified.
The number of user-specified areas exceeds the number specified
on the XRST call.
The user area parameters are not paired (a length and address
for each area to be dumped).
The application program overlaid the DL/I function code so that
the first character was not alphanumeric. This causes the field
to be treated as a count field.
System Action: The online dependent or stand-alone batch region
terminates abnormally. Other IMS regions are not affected.


Programmer Response: If the problem is an incorrect number of
parameters, correct the DL/I call from the application program to
conform to the format.
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: Wed Jun 06, 2007 1:51 am
Reply with quote

Pran wrote:

CALL 'CBLTDLI' CHKP IO-PCB IO-LEN IO-AREA
is the call I am using


Used the search function for U0260 in the IMS forum?
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 Is the explanation correct? XRST,CHKP IMS DB/DC 1
No new posts IMS ENQ/DEQ > PIMAX causing U0775 ... IMS DB/DC 3
No new posts U0260 abend while passing data from I... IMS DB/DC 50
No new posts Explain me about the CHKP call and ... IMS DB/DC 2
No new posts IMS online abend : U0260 IMS DB/DC 4
Search our Forums:

Back to Top