Multiple choice technology mainframe Which of the following statement is used to call a subprogram ? CALLNAT CALL Sub-routine CALL 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.