CL Programming


Appendix A. TFRCTL Command

The Transfer Control (TFRCTL) command calls the program specified on the command, passes control to it, and removes the transferring program from the call stack. Reducing the number of programs on the call stack can have a performance benefit. When a CALL command is used, the program called returns control to the program containing the CALL command. When a TFRCTL command is used, control returns to the first program in the call stack. The first program then initiates the next sequential instruction following the CALL command.

Note:
The TRFCTL command is not valid in ILE CL procedures.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]