IBM i does not support the show statement to transfer to a non-EGL program.
If you are calling a non-EGL program from an EGL program, the call uses the standard IBM i CALL interface. Parameters are passed using a standard system argument list.
When you use the transfer to program or transfer to transaction statement, control is passed directly to the target program using the IBM i XCTL interface. If a record is specified, it is passed as a parameter using a standard system argument list. The transferring program is removed from the program invocation stack and does not resume control when the target program ends.
IBM i does not support the show statement to transfer to a non-EGL program.
If you are calling a non-EGL program from an EGL program, the call uses the standard IBM i CALL interface. Parameters are passed using a standard system argument list.
When you use the transfer to program or transfer to transaction statement, control is passed directly to the target program using the IBM i XCTL interface. If a record is specified, it is passed as a parameter using a standard system argument list. The transferring program is removed from the program invocation stack and does not resume control when the target program ends.