PERFORM - general

Syntax

PERFORM subr_identifier [parameter_list].

Effect

This statement calls the subroutine specified with the name subr_identifier and assigns the actual parameters specified in parameter_list to the formal parameters of the subroutine.

Example

See parameter_list.

Exceptions

Catchable Exceptions

CX_SY_PROGRAM_NOT_FOUND

CX_SY_DYN_CALL_ILLEGAL_FORM

CX_SY_DYN_CALL_PARAM_MISSING

CX_SY_DYN_CALL_PARAM_NOT_FOUND

CX_SY_DYN_CALL_ILLEGAL_TYPE