View previous topic :: View next topic |
Author |
Message |
smarpu2 Beginner
Joined: 03 Jul 2004 Posts: 12 Topics: 9
|
Posted: Mon Jul 05, 2004 8:21 am Post subject: LPage and Dpage in IMS-DC |
|
|
Hi,
i have 2 doubts in imsdc....
1) lpage & dpage how they r used?
2)what r the calls to be used in conversation?
thanks |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
smarpu2 Beginner
Joined: 03 Jul 2004 Posts: 12 Topics: 9
|
Posted: Mon Jul 05, 2004 10:56 pm Post subject: imsdc |
|
|
Thanks for ur reply kolusu...
i am still confused with whether purg call is used in cobol coversation
thanks |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Tue Jul 06, 2004 12:03 pm Post subject: |
|
|
Messages are normally released to the queue when a checkpoint is issued, the programs issues the next GN to the message queue or when the program ends. All these will commit any changes to the database. A PURG call can be used to release the message without committing changes to the database. It is also used if you have a modifiable PCB and the destination needs to be changed (that is, you are sending output to more than one destination). |
|
Back to top |
|
 |
|
|