A CALL statement calls a subroutine.
CALL statement
| Component | Description |
|---|---|
entry-reference |
Subroutine name. |
generic-name |
Variable name declared as GENERIC. |
built-in name |
Built-in function name. |
argument |
List of arguments to pass into the subroutine. |