Multiple choice technology mainframe

The SYNCHRONIZED LEFT / RIGHT clause which specifies alignment of elementary data item on storage boundary can be specified for data items defined with USAGE IS INDEX.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The SYNCHRONIZED clause controls how data items are aligned in memory (on byte or word boundaries) for optimal access. INDEX data items can have this clause specified to control their storage alignment. The statement correctly states that SYNCHRONIZED can be used with USAGE IS INDEX. Option A is correct.