End Job Log Server (ENDLOGSVR)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The End Job Log Server (ENDLOGSVR) command is used to end the job log server. The job log server writes job logs for jobs that are in a job log pending state. If more than one job log server job is active at the time this command is issued, all of the job log server jobs will be ended.

Restrictions:

Usage notes:

Top

Parameters

Keyword Description Choices Notes
OPTION How to end *CNTRLD, *IMMED Optional, Positional 1
Top

How to end (OPTION)

Specifies whether the job log server is ended in a controlled manner or immediately.

*CNTRLD
The server is ended in a controlled manner. Job logs which are in the process of being written are allowed to continue until they have completed.
*IMMED
The server is ended immediately. Jobs which are currently being processed by the job log server will not be removed from the system and the job logs currently being written will not be completed. The incomplete job logs will be rewritten from the beginning when a new job log server is started.
Top

Examples

ENDLOGSVR

This command ends the job log server in a controlled manner. Any job logs which are currently being written to spooled files by the job log server are allowed to complete.

Top

Error messages

*ESCAPE Messages

CPF134B
Job log server not ended.
Top