1.

What Are The Different Types Of Parameters?

Answer»

FORMAL PARAMETERS- Parameters, which are DEFINED during the definition of subroutine with the FORM statement.
Actual Parameters- Parameters which are specified during the CALL of a subroutine with the PERFORM statement.

Formal Parameters- Parameters, which are defined during the definition of subroutine with the FORM statement.
Actual Parameters- Parameters which are specified during the call of a subroutine with the PERFORM statement.



Discussion

No Comment Found