View previous topic :: View next topic
|
Author |
Message |
shankarm
Active User
Joined: 17 May 2010 Posts: 175 Location: India
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
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 |
|
|
|