!EoJ

!EoJ is an application "End of Job" page. Use !Eoj to redirect the user to the main menu or home page. This file is replaceable by the Migrator and is delivered as "!EoJ.aspx", "!EoJ.aspx.vr" (AVR), "!EoJ.aspx.vb" (Visual Basic), and "!EoJ.aspx.cs" (C#).

end of job image

Example

BegSr Page_Load Event(*this.Load)
    DclSrParm Name (Sender) Type(*Object)
    DclSrParm Name(3) Type(System.EventArgs)
    Session.Abandon()
EndSr