Multiple choice technology operating systems

Commands used in VMS are

  1. ABC commands

  2. DCL commands

  3. COM commands

  4. KSH commands

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

VMS uses DCL (Digital Command Language) as its command-line interface. ABC is not a VMS command language, COM is typically associated with command files, and KSH (Korn Shell) is a Unix shell.

AI explanation

VMS (and its successor OpenVMS) uses DCL, the Digital Command Language, as its native command-line shell for interacting with the operating system. The other listed names aren't real VMS command sets — KSH is a Unix shell and the rest are not established VMS terminology.