The
system variable SysVar.transferName allows you to
specify, at run time, the name of the program or transaction to which you
want to transfer control by way of the transfer or show statement.
You can use this variable in any of these ways:
- As the source or target in an assignment or move statement
- As a program or transaction name in a transfer statement
- As a comparison value in a logical expression
- As the value in a return statement
Characteristics of
SysVar.transferName are as
follows:
- Primitive type
- CHAR
- Data length
- 8
- Is value always restored after a converse?
- Yes