View previous topic :: View next topic |
Author |
Message |
vkrishna2001 Beginner

Joined: 07 Aug 2003 Posts: 46 Topics: 18 Location: Danbury
|
Posted: Thu Aug 28, 2003 12:48 pm Post subject: COMMIT in IDMS |
|
|
Could anybody tell me about the difference between COMMIT and COMMIT ALL.
Thanks,
Vijayakrishna |
|
Back to top |
|
 |
Vish Beginner
Joined: 17 Sep 2003 Posts: 21 Topics: 9 Location: Mumbai India
|
Posted: Tue Oct 14, 2003 9:14 am Post subject: |
|
|
Hi,
Commit has two variations, Commit and Commit All. When executed, both statements release all locks and write checkpoints. Commit does not release implicit shared locks and retains currencies, whereas Commit All nullifies currencies. _________________ Vish |
|
Back to top |
|
 |
raggop Beginner

Joined: 05 Feb 2003 Posts: 19 Topics: 3
|
Posted: Fri Oct 17, 2003 6:51 am Post subject: |
|
|
The COMMIT statement requests CA-IDMS to write a checkpoint to the journal file to designate the start or end
of specific database, scratch, or queue record access activities associated with the issuing run unit or task.
COMMIT simulates a FINISH-BIND-READY sequence without relinquishing control of database resources.
Use of the ALL option, as in COMMIT ALL, sets all currencies to null.
rgds,
raghu |
|
Back to top |
|
 |
|
|