Multiple choice technology operating systems

Which RMS service locates a specified record in a file, returning its RFA?

  1. $LOCATE
  2. $GET
  3. $READ
  4. $FIND
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

$FIND is the RMS service that locates a specified record in a file and returns its Record File Address (RFA). $GET retrieves data, $READ reads records, and $LOCATE is not a standard RMS service.