Multiple choice technology operating systems

Where does SORT place its work files by default?

  1. SYS$SORTWORK
  2. SYS$OUTPUT
  3. SYS$SORT
  4. SYS$SCRATCH
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The VMS SORT utility uses SYS$SCRATCH as the default location for its work files. SYS$SCRATCH is the logical name that points to the temporary directory used for scratch files during sorting operations when no explicit work file location is specified.