Multiple choice technology mainframe

Which of the following statement is used to call a subprogram ?

  1. CALLNAT

  2. CALL Sub-routine

  3. CALL

  4. FETCH

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

In Natural programming language, CALLNAT is the statement used to call a subprogram (another Natural object). The other options (CALL Sub-routine, CALL, FETCH) are not valid Natural syntax for calling subprograms.