Kbase P17616: How to see the scope of a Transaction within a procedure?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/09/2006 |
|
Status: Verified
GOAL:
How to see the scope of a Transaction within a procedure?
FACT(s) (Environment):
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
Use the COMPILE statement with the LISTING option to see what the transaction scope is.
The file you specify in the LISTING option will contain information at the bottom showing each block within the program and a Yes/No value regarding whether the block is a transaction.