Question
What is a CI SPLIT ? What is a CA SPLIT?

Answers

- When the Control Interval does not have enough space, VSAM performs a split on CI by moving some of the records to the CIs that are free.
- In case of non-availability of free space, VSAM performs a control area split. This is done by new control area allocation and moving half of the CIs to it.

CI SPLIT:
- The movement of some records into another free CI in the same CA.
- CI Split needs certain number of Input / Output operations. This leads to degradation of VSAM file.
- The correct space is needed to allocate for CI.
- The result is half-empty CIs on contrary to one full and one empty CI.

CA SPLIT:
- CA Split is the process moving half of the records of one CA to a new CA.
- The addition or deletion of records can not accommodate in the existing CA.
- The result is two half-full CAs on contrary to one full and one empty CA.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What can be the main reasons fornot being able to reproduce a bug? What should be done if such a bug is found?
  • Q Write short notes on Panchayats
  • Q Is a protagonist's gender important?
  • Q What is a Broadband modem?
  • Q In which year were car tax discs launched in the UK?
  • Q I want to create a class in such a way that nobody should be able to create object for that class except me. How to do it?
  • Q What is the full form of CKYCR?
  • Q Describe the grant/revoke ddl facility and how it is implemented?
  • Q Why when birds sit on transmission lines or high tension wires, they don't get electrocuted?
  • Q You will be given the bit position values for A, B and C and using the relation (A?B) u C you have to construct the truth table. Then find the corresponding decimal number and choose the right option.
  • Q How do you define the lease of the object in .NET?