Effect of LEAVE after
CALL TRANSACTION tcod :
Return from the called transaction tcod . Processing continues
after " CALL TRANSACTION ... ".
CALL DIALOG dial :
Return from the called dialog module dial . The IMPORT
objects of the calling program are passed. Processing continues
after " CALL DIALOG ... ".
SUBMIT prog AND RETURN :
Return from the called program prog . Processing continues after
the call to " SUBMIT prog ... ".
LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN scr
:
Return from list processing. The screen scr is
reprocessed.