Multiple choice technology mainframe

Which parameter indicates when MVS is to free the resource(s) allocated to the DD statement.

  1. FREE

  2. RLS

  3. RLSE

  4. None of the above.

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

In MVS JCL, the FREE parameter on a DD statement specifies whether the system should deallocate the resource at the end of the job step (FREE=END) or when the file is closed (FREE=CLOSE).