Answer Posted / manikandesvaran
READY
Syntax :
READY <area-name> USAGE MODE <sub-mode mode>
sub-mode: SHARED, PROTECTED, EXCLUSIVE
mode: RETRIEVAL, UPDATE
Execution
This statement prepares a database area for access in the specified usage modes. It requests access to database areas, and in turn to records, in various
usage modes. The usage modes indicate the operations the readying run-unit can or cannot perform against the database area. The usage modes can be
specified as follows.
Modes Meaning
RETRIEVAL For read-only operations. Prohibited from issuing STORE,ERASE, MODIFY, CONNECT and DISCONNECT
functions
UPDATE For read as well as update operations. Permitted to issue all DML functions
Sub-modes Meaning
SHARED Permit other run-units to concurrently access the area
PROTECTED Prohibit other run-units from readying in UPDATE mode
EXCLUSIVE Prohibit other run-units from readying in ANY mode
IDMS applies permissibility rules whenever a run unit attempts to ready
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the three location modes?
Explain the difference between a schema and a subschema in idms?
Explain storage architecture of idms.
What is the meaning of Copy IDMS Subschema-Binds?
What is integrated data dictionary?
What is the advantages of using IDMS compared to other database systems?
What is the meaning of copy idms subschema-binds in idms?
What is a set? What pointers are required, what are possible? How may sets be ordered?
what methods are available for persisting records in an idms database?
What are the types of record locks and how are they set?
Difference between fixed length and variable length records.
If the stored record is not defined as automatic of a set, how can it be stored as a member of the set?
What is a bind in idms?
What is a junction record?
Define a junction record in idms?