Multiple choice technology operating systems

Using the CALL command to transfer control to a subroutine allows (?) parameters to be passed.

  1. 0

  2. 8

  3. 10

  4. 16

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

In VMS DCL, the CALL command can pass up to 8 parameters to a subroutine. This is a built-in limitation of the CALL command syntax in VMS, which is important knowledge for writing DCL procedures that use subroutines.