Multiple choice technology mainframe How can unused space allocation be returned to the system when a dataset is closed ? RETURN RLSE CONTIG CLOSE Reveal answer Fill a bubble to check yourself B Correct answer Explanation RLSE is the JCL statement that releases unused space allocation back to the system when a dataset is closed. RETURN is not a valid JCL statement. CONTIG is used for contiguous allocation, and CLOSE simply closes the dataset without releasing space.