RETURN |
I
|
||||
nn
|
|||||
* |
This command is used to return to a previous (or initial) Natural application.
Application programming interface: USR1026N
. See SYSEXT - Natural Application Programming
Interfaces in the Utilities documentation.
RETURN |
If If Under Natural Security:
A |
RETURN I |
This command causes control to be returned directly to the initial application. This option also causes Natural to delete all definitions of previous applications (except that of the initial application). |
RETURN
nn |
This command causes control to be returned to the nnth previous application. When this option is used, all information for applications subsequent to the nnth application is deleted. |
RETURN * |
This command will display a list of all return points which are currently set up. On the list you may then select the return point to which you wish to return. |
See the SETUP
command for
further information and examples.