:SHUTDOWN

Script Statement: Ends an AE system

Syntax

:SHUTDOWN AE

Syntax

Description/Format

AE

Constant that should be indicated to end the AE system
Format: AE name, script literal or script variable

With this script statement, all work and communication processes of the AE system are ended.

For reliability reasons - e.g. to avoid confusions with JCL - the script statement should always be used in combination with the absolute term AE.

Tip: Use :TERMINATE to end particular work and communication processes or the agent. For more information, see :TERMINATE.

 This script statement can only be executed if the user has the right to "cancel" Servers processes.

Example

In this example, the AE system is ended when the current time is later than 20:00 hours.

:IF SYS_TIME() > "200000"
:   
SHUTDOWN AE
:
ENDIF

See also: