Multiple choice technology mainframe

the functionality below and identify the function in DPS: “Saves a changed form in an area of storage where a copy currently exists”.

  1. SAV

  2. MOD

  3. REP

  4. OLD

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

In DPS, the REP function replaces a saved form in its existing storage location, updating the copy that was previously saved. SAV saves to new storage, MOD modifies form data, and OLD retrieves previous versions.