1.

What Do You Mean By A Shareoptions Parameter (shr) In Define Cluster Command?

Answer»

It is used to define the cross-region and cross-system SHARING capabilities of the DataSet. SYNTAX is SHR (CRvalue CSvalue)

  1. means multiple read OR single write (read INTEGRITY).
  2. means multiple read AND single write (Write integrity).
  3. means Multiple read AND multiple write.
  4. is same as 3, which refreshes the buffer with EVERY random access. Default is SHR(1 3).

It is used to define the cross-region and cross-system sharing capabilities of the DataSet. Syntax is SHR (CRvalue CSvalue)



Discussion

No Comment Found