Jaya Beginner

Joined: 02 Sep 2005 Posts: 77 Topics: 10 Location: Cincinnati
|
Posted: Tue Jun 06, 2006 11:27 pm Post subject: |
|
|
Rajesh,
It is one of the Dictionary ready override precompiler options for overriding the default (shared update) ready mode of data dictionary's DDLDML area. Shared update mode readies the DDLDML area for both retrieval and update and allows other concurrently executing run units to ready the DDLDML area in shared update or shared retrieval usage mode.
Quote: | *RETRIEVAL
Readies the DDLDML area for retrieval only and allows other concurrently executing run units to open the area in shared retrieval, shared update, protected retrieval, or protected update usage modes. |
Quote: | *PROTECTED-UPDATE
Readies the DDLDML area for both retrieval and update and allows other concurrently executing run units to ready the area in retrieval usage mode only. The protected update usage mode prevents concurrent update of the area by run units executing under the same central version. |
The dictionary ready override statement must precede all source input statements.
Hope this helps..
Thanks,
Jaya. _________________ "Great spirits have always encountered violent opposition from mediocre minds."
-Albert Einstein |
|