Answer Posted / 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 |
Post New Answer View All Answers
If the stored record is not defined as automatic of a set, how can it be stored as a member of the set?
Explain about record currency?
Explain about logical data model of idms?
Define a junction record in idms?
What is ook-rec?
What is a set in idms? What pointers are required, what are possible? How may sets be ordered?
Explain how does idms communicate with cics?
When you are obtaining next within a set and get a end of set return code, on what record are you now current?
What is the difference between a schema and a subschema?
How can you submit a job through cobol program?
Explain the three location modes?
What is a junction record in idms?
What is a run unit?
What does a store statement do?
What is the difference between fixed length and variable length records?