Multiple choice technology mainframe

PERFORM can executes external & in-line subroutine both

  1. True

  2. False

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

PERFORM is a versatile Natural statement that can execute both external subprograms (separately compiled objects) and inline subroutines (defined within the same program using the SUBROUTINE statement). This dual capability provides flexibility in code organization and reuse.