There are mainly two types of parameters:
=> Forma/ Parameters- formal parameters are those parameters which are defined with FORM statement.
At the time of defining subroutine definition, these parameters are defined.
=> Actual Parameters-- PERFORM statement is used to define actual parameters. When the subroutines are called, these parameters are come into the existence.
=> Forma/ Parameters- formal parameters are those parameters which are defined with FORM statement.
At the time of defining subroutine definition, these parameters are defined.
=> Actual Parameters-- PERFORM statement is used to define actual parameters. When the subroutines are called, these parameters are come into the existence.
No comments:
Post a Comment