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

CHKPT2 - Check point reg


IBM Mainframe Forums -> IDMS/ADSO
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shankarm

Active User


Joined: 17 May 2010
Posts: 175
Location: India

PostPosted: Thu Oct 21, 2010 11:05 pm
Reply with quote

Hi there,

Please look at the below code.
Code:

IF CHECK-CNT GREATER THAN MAX-VALUE
    MOVE ZEROS TO CHECK-CNT       
    CALL 'CHKPT2'                 
END-IF.


Here, CHECK-CNT is incremented after every 'obtain'(i.e.) after reading each record.
MAX-VALUE is 500000.

My question is, what is 'CHKPT2'?
Is this in-built in IDMS?

Please help.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Oct 21, 2010 11:42 pm
Reply with quote

Hello,

You need to speak with one of your senior project members or your idms support.

As far as i know, this is not an IDMS "built-in".
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Oct 22, 2010 6:24 pm
Reply with quote

After a pose - why don't you check out your "base-line COBOL-source library" to check if "CHKPT2" is altogther another program.
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 -> IDMS/ADSO

 


Similar Topics
Topic Forum Replies
No new posts Point and Shoot )PTNS TSO/ISPF 0
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts How to check whether who renamed the ... JCL & VSAM 3
No new posts No ++JCLIN, APPLY CHECK job JCL & VSAM 1
Search our Forums:

Back to Top