Multiple choice technology mainframe

Which of the following entry names are valid for ALTER FREESPACE?

  1. a) Cluster name

  2. b) Data component name

  3. c) Index component name

  4. d) b and c

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

ALTER FREESPACE is a VSAM IDCAMS command that changes the free space allocation for a cluster. The entry name must be the DATA component name, not the cluster name or index component name. This is because free space applies to data component allocation. Option B is correct.