ExitAllSessions

Description

Ends the macro and forces all PASSPORT sessions to close

Syntax

ExitAllSessions ( )

Parameters

None

Remarks

This is the same as using the File>Exit All (PC TO HOST) or File>Close All (WEB TO HOST) command from the menu. It is recommended that the user be at the mainframe logon screen when this macro command is executed.

Parentheses are optional. This is a PASSPORT command.

Example

Sub ZMain()
ExitAllSessions
End Sub