Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the purpose of a READY?

Answers were Sorted based on User's Feedback



What is the purpose of a READY?..

Answer / geekshiraj

The Ready statement performs an equivalent function as an
OPEN statement for a conventional file. It makes the
required area of the database available to the program.

The syntax is as follows:

SHARED
READY <area-name> USAGE-MODE IS PROTECTED RETRIEVAL
ALL EXCLUSIVE UPDATE

This statement begins a run-unit.

Is This Answer Correct ?    4 Yes 1 No

What is the purpose of a READY?..

Answer / 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

More IDMS Interview Questions

What does a finish do in idms?

0 Answers  


Difference between fixed length and variable length records.

0 Answers  


What is ook-rec?

0 Answers  


What is the purpose of store statement?

0 Answers  


What is a set? How may sets be ordered?

0 Answers  


What is a bind?

1 Answers  


How can we debug cobol pgm containig idms using xpeditor?

0 Answers  


If you are current on the owner of a set, what is the difference between an obtain next and obtain first?

2 Answers  


What is a set? What pointers are required, what are possible? How may sets be ordered?

0 Answers  


What does a store statement do?

0 Answers  


Explain about set currency?

0 Answers  


What is currency in idms?

0 Answers  


Categories