Multiple choice technology mainframe

Maximum number of TRKs can be allocated with below SPACE statement. SPACE=(TRK,(4,1),RLSE)

  1. 5

  2. 15

  3. 61

  4. 9

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

The SPACE parameter is (TRK,(4,1),RLSE). Primary is 4 tracks, secondary is 1 track. Maximum secondary extents allowed is typically 5. Total maximum = primary + (secondary × 5) = 4 + (1 × 5) = 9 tracks. The RLSE parameter releases unused space but doesn't affect the maximum.