Apr 27 2012 07:11 PM 18846 2 CHKPT and COMMIT in cobol-IMS pgm. vardhan.frd How to create chkpnt and commit in IMSDB-ocobol PGM.? jithinraghav Profile Answers by jithinraghav Questions by jithinraghav May 3rd, 2012 This Checkpoint/Restart logic is for the commit for the 100 ISRT/DLET IMS calls. In Data Division first we need to give both restart length and checkpoint length as below. 01 RESTART-SEGMENT-LENGTH ... Answer Question Select Best Answer
Apr 27 2012 07:11 PM 18846 2 CHKPT and COMMIT in cobol-IMS pgm. vardhan.frd How to create chkpnt and commit in IMSDB-ocobol PGM.? jithinraghav Profile Answers by jithinraghav Questions by jithinraghav May 3rd, 2012 This Checkpoint/Restart logic is for the commit for the 100 ISRT/DLET IMS calls. In Data Division first we need to give both restart length and checkpoint length as below. 01 RESTART-SEGMENT-LENGTH ... Answer Question Select Best Answer
jithinraghav Profile Answers by jithinraghav Questions by jithinraghav May 3rd, 2012 This Checkpoint/Restart logic is for the commit for the 100 ISRT/DLET IMS calls. In Data Division first we need to give both restart length and checkpoint length as below. 01 RESTART-SEGMENT-LENGTH ...