What are the different types of parameters? 18 June 2007 by sapabapcode.com Formal parameters: Parameters which are defined during the definition of subroutinewith the FORM statement. Actual parameters: Parameters which are specified during the call of a subroutine withthe PERFORM statement.