Multiple choice technology mainframe

How can unused space allocation be returned to the system when a dataset is closed

  1. RETURN

  2. RLSE

  3. CONTIG

  4. CLOSE

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

In JCL (Job Control Language), the RLSE (release) parameter is used to return unused space allocation to the system when a dataset is closed. This helps manage disk space efficiently by freeing up unused allocated space that was reserved for the dataset.