Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The End Mail Server Framework (ENDMSF) command ends the mail server framework jobs in the system work subsystem (QSYSWRK).
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
OPTION | How to end | *CNTRLD, *IMMED | Optional, Positional 1 |
DELAY | Controlled end delay time | 1-999999, 30 | Optional, Positional 2 |
Top |
Specifies whether the mail server framework jobs that are in the system work subsystem (QSYSWRK) end immediately or in a controlled manner.
The possible values are:
Top |
Specifies the amount of time (in seconds) allowed for the mail server framework jobs to complete their processing during a controlled end. This parameter is ignored if OPTION(*IMMED) is specified. If the jobs do not end before the end of the delay time, they are then immediately ended.
The possible values are:
Top |
Example 1: Ending Mail Server Framework in a Controlled Manner
ENDMSF OPTION(*CNTRLD) DELAY(60)
This command ends the mail server framework jobs in the system work subsystem in a controlled manner and has 60 seconds to complete processing any mail server framework messages currently being handled.
Example 2: Ending Mail Server Framework Immediately
ENDMSF OPTION(*IMMED)
This command ends the mail server framework jobs in the system work subsystem immediately. The mail server framework jobs do not complete processing any mail server framework messages currently being handled.
Top |
*ESCAPE Messages
Top |